#C4B233

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

Shades of Old Gold #C4B233

Tints of Old Gold #C4B233

Color information

#C4B233 (or 0xC4B233) is unknown color: approx Old Gold. HEX triplet: C4, B2 and 33. RGB value is (196,178,51). Sum of RGB (Red+Green+Blue) = 196+178+51=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B233 is #3B4DCC. Grayscale: #A9A9A9. Windows color (decimal): -3886541 or 3388100. OLE color: 3388100.

HSL color Cylindrical-coordinate representation of color #C4B233: hue angle of 52.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4B233 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19617851-
CMYK00.090.740.23
HSL52.55º58.7%48.43%-
HSV(B)52.55º73.98%76.86%-
XYZ39.2843.829.52-
YUV168.961.46147.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 51 (20.31% from 255) = 12%
R=46.12%
G=41.88%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961785100.090.740.2352.5558.748.43
HexC4B233094A17353b30
Octal3042626301111227657360
Binary110001001011001011001101001100101010111110101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B233; }

 p { color: rgb(196,178,51); }

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

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

 a { background-color: rgb(196,178,51); }

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

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

 span { border-color: rgb(196,178,51); }

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