#CABB2C

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

Shades of Old Gold #CABB2C

Tints of Old Gold #CABB2C

Color information

#CABB2C (or 0xCABB2C) is unknown color: approx Old Gold. HEX triplet: CA, BB and 2C. RGB value is (202,187,44). Sum of RGB (Red+Green+Blue) = 202+187+44=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB2C is #3544D3. Grayscale: #AFAFAF. Windows color (decimal): -3491028 or 2931658. OLE color: 2931658.

HSL color Cylindrical-coordinate representation of color #CABB2C: hue angle of 54.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CABB2C is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20218744-
CMYK00.070.780.21
HSL54.3º64.23%48.24%-
HSV(B)54.3º78.22%79.22%-
XYZ42.5848.289.46-
YUV175.1853.97147.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 44 (17.58% from 255) = 10.16%
R=46.65%
G=43.19%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021874400.070.780.2154.364.2348.24
HexCABB2C074E15364030
Octal3122735407116256610060
Binary110010101011101110110001111001110101011101101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB2C; }

 p { color: rgb(202,187,44); }

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

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

 a { background-color: rgb(202,187,44); }

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

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

 span { border-color: rgb(202,187,44); }

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