#C4B736

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

Shades of Old Gold #C4B736

Tints of Old Gold #C4B736

Color information

#C4B736 (or 0xC4B736) is unknown color: approx Old Gold. HEX triplet: C4, B7 and 36. RGB value is (196,183,54). Sum of RGB (Red+Green+Blue) = 196+183+54=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B736 is #3B48C9. Grayscale: #ACACAC. Windows color (decimal): -3885258 or 3585988. OLE color: 3585988.

HSL color Cylindrical-coordinate representation of color #C4B736: hue angle of 54.51º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4B736 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19618354-
CMYK00.070.720.23
HSL54.51º56.8%49.02%-
HSV(B)54.51º72.45%76.86%-
XYZ40.3645.8710.22-
YUV172.1861.31144.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 183 (71.88% from 255) = 42.26%
BLUE value IS 54 (21.48% from 255) = 12.47%
R=45.27%
G=42.26%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961835400.070.720.2354.5156.849.02
HexC4B736074817373931
Octal304267660711027677161
Binary11000100101101111101100111100100010111110111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B736; }

 p { color: rgb(196,183,54); }

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

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

 a { background-color: rgb(196,183,54); }

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

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

 span { border-color: rgb(196,183,54); }

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