#CAB52B

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

Shades of Old Gold #CAB52B

Tints of Old Gold #CAB52B

Color information

#CAB52B (or 0xCAB52B) is unknown color: approx Old Gold. HEX triplet: CA, B5 and 2B. RGB value is (202,181,43). Sum of RGB (Red+Green+Blue) = 202+181+43=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB52B is #354AD4. Grayscale: #ACACAC. Windows color (decimal): -3492565 or 2864586. OLE color: 2864586.

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

Color convert

RGB20218143-
CMYK00.100.790.21
HSL52.08º64.9%48.04%-
HSV(B)52.08º78.71%79.22%-
XYZ41.3245.788.94-
YUV171.5555.46149.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 181 (71.09% from 255) = 42.49%
BLUE value IS 43 (17.19% from 255) = 10.09%
R=47.42%
G=42.49%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021814300.100.790.2152.0864.948.04
HexCAB52B0A4F15344130
Octal31226553012117256410160
Binary1100101010110101101011010101001111101011101001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB52B; }

 p { color: rgb(202,181,43); }

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

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

 a { background-color: rgb(202,181,43); }

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

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

 span { border-color: rgb(202,181,43); }

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