#C4B634

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

Shades of Old Gold #C4B634

Tints of Old Gold #C4B634

Color information

#C4B634 (or 0xC4B634) is unknown color: approx Old Gold. HEX triplet: C4, B6 and 34. RGB value is (196,182,52). Sum of RGB (Red+Green+Blue) = 196+182+52=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B634 is #3B49CB. Grayscale: #ABABAB. Windows color (decimal): -3885516 or 3454660. OLE color: 3454660.

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

Color convert

RGB19618252-
CMYK00.070.730.23
HSL54.17º58.06%48.63%-
HSV(B)54.17º73.47%76.86%-
XYZ40.1145.449.91-
YUV171.3760.64145.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 52 (20.70% from 255) = 12.09%
R=45.58%
G=42.33%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961825200.070.730.2354.1758.0648.63
HexC4B634074917363a31
Octal304266640711127667261
Binary11000100101101101101000111100100110111110110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B634; }

 p { color: rgb(196,182,52); }

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

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

 a { background-color: rgb(196,182,52); }

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

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

 span { border-color: rgb(196,182,52); }

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