#c3bd2f

Color #C3BD2F Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C3BD2F

Tints of Old Gold #C3BD2F

Color information

#C3BD2F (or 0xC3BD2F) is unknown color: approx Old Gold. HEX triplet: C3, BD and 2F. RGB value is (195,189,47). Sum of RGB (Red+Green+Blue) = 195+189+47=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD2F is #3C42D0. Grayscale: #AFAFAF. Windows color (decimal): -3949265 or 3128771. OLE color: 3128771.

HSL color Cylindrical-coordinate representation of color #C3BD2F: hue angle of 57.57º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3BD2F is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB19518947-
CMYK00.030.760.24
HSL57.57º61.16%47.45%-
HSV(B)57.57º75.9%76.47%-
XYZ41.2248.29.82-
YUV174.6155.99142.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 189 (74.22% from 255) = 43.85%
BLUE value IS 47 (18.75% from 255) = 10.90%
R=45.24%
G=43.85%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951894700.030.760.2457.5761.1647.45
HexC3BD2F034C183a3d2f
Octal303275570311430727557
Binary1100001110111101101111011100110011000111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3bd2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3bd2f; }

 p { color: rgb(195,189,47); }

 H1.HeaderClassName
 {
   color: #c3bd2f;
 }
 .AnyTagClassName
 {
   color: #c3bd2f;
 }
</style>
background-color css

<style>
 a { background-color: #c3bd2f; }

 a { background-color: rgb(195,189,47); }

 div.DivClassName
 {
   background-color: #c3bd2f;
 }
 .BgClassName
 {
   background-color: #c3bd2f;
 }
</style>
border-color css

<style>
 span { border-color: #c3bd2f; }

 span { border-color: rgb(195,189,47); }

 td.TdClassName
 {
   border-color: #c3bd2f;
 }
 .TagClassName
 {
   border-color: #c3bd2f;
 }
</style>