#C4B945

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

Shades of Old Gold #C4B945

Tints of Old Gold #C4B945

Color information

#C4B945 (or 0xC4B945) is unknown color: approx Old Gold. HEX triplet: C4, B9 and 45. RGB value is (196,185,69). Sum of RGB (Red+Green+Blue) = 196+185+69=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B945 is #3B46BA. Grayscale: #AFAFAF. Windows color (decimal): -3884731 or 4569540. OLE color: 4569540.

HSL color Cylindrical-coordinate representation of color #C4B945: hue angle of 54.8º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4B945 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB19618569-
CMYK00.060.650.23
HSL54.8º51.84%51.96%-
HSV(B)54.8º64.8%76.86%-
XYZ41.1946.8612.5-
YUV175.0768.14142.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 69 (27.34% from 255) = 15.33%
R=43.56%
G=41.11%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961856900.060.650.2354.851.8451.96
HexC4B945064117373434
Octal3042711050610127676464
Binary110001001011100110001010110100000110111110111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B945; }

 p { color: rgb(196,185,69); }

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

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

 a { background-color: rgb(196,185,69); }

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

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

 span { border-color: rgb(196,185,69); }

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