#CAB92C

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

Shades of Old Gold #CAB92C

Tints of Old Gold #CAB92C

Color information

#CAB92C (or 0xCAB92C) is unknown color: approx Old Gold. HEX triplet: CA, B9 and 2C. RGB value is (202,185,44). Sum of RGB (Red+Green+Blue) = 202+185+44=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB92C is #3546D3. Grayscale: #AEAEAE. Windows color (decimal): -3491540 or 2931146. OLE color: 2931146.

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

Color convert

RGB20218544-
CMYK00.080.780.21
HSL53.54º64.23%48.24%-
HSV(B)53.54º78.22%79.22%-
XYZ42.1647.449.32-
YUV174.0154.63147.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 185 (72.66% from 255) = 42.92%
BLUE value IS 44 (17.58% from 255) = 10.21%
R=46.87%
G=42.92%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021854400.080.780.2153.5464.2348.24
HexCAB92C084E15364030
Octal31227154010116256610060
Binary1100101010111001101100010001001110101011101101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB92C; }

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

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

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

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

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

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

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

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