#CABB40

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

Shades of Old Gold #CABB40

Tints of Old Gold #CABB40

Color information

#CABB40 (or 0xCABB40) is unknown color: approx Old Gold. HEX triplet: CA, BB and 40. RGB value is (202,187,64). Sum of RGB (Red+Green+Blue) = 202+187+64=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB40 is #3544BF. Grayscale: #B1B1B1. Windows color (decimal): -3491008 or 4242378. OLE color: 4242378.

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

Color convert

RGB20218764-
CMYK00.070.680.21
HSL53.48º56.56%52.16%-
HSV(B)53.48º68.32%79.22%-
XYZ43.0548.4711.94-
YUV177.4663.97145.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 64 (25.39% from 255) = 14.13%
R=44.59%
G=41.28%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021876400.070.680.2153.4856.5652.16
HexCABB40074415353934
Octal3122731000710425657164
Binary110010101011101110000000111100010010101110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB40; }

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

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

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

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

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

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

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

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