#CAB82C

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

Shades of Old Gold #CAB82C

Tints of Old Gold #CAB82C

Color information

#CAB82C (or 0xCAB82C) is unknown color: approx Old Gold. HEX triplet: CA, B8 and 2C. RGB value is (202,184,44). Sum of RGB (Red+Green+Blue) = 202+184+44=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB82C is #3547D3. Grayscale: #ADADAD. Windows color (decimal): -3491796 or 2930890. OLE color: 2930890.

HSL color Cylindrical-coordinate representation of color #CAB82C: hue angle of 53.16º 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 #CAB82C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20218444-
CMYK00.090.780.21
HSL53.16º64.23%48.24%-
HSV(B)53.16º78.22%79.22%-
XYZ41.9547.029.25-
YUV173.4254.96148.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 184 (72.27% from 255) = 42.79%
BLUE value IS 44 (17.58% from 255) = 10.23%
R=46.98%
G=42.79%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021844400.090.780.2153.1664.2348.24
HexCAB82C094E15354030
Octal31227054011116256510060
Binary1100101010111000101100010011001110101011101011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB82C; }

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

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

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

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

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

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

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

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