#CAB039

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

Shades of Old Gold #CAB039

Tints of Old Gold #CAB039

Color information

#CAB039 (or 0xCAB039) is unknown color: approx Old Gold. HEX triplet: CA, B0 and 39. RGB value is (202,176,57). Sum of RGB (Red+Green+Blue) = 202+176+57=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB039 is #354FC6. Grayscale: #AAAAAA. Windows color (decimal): -3493831 or 3780810. OLE color: 3780810.

HSL color Cylindrical-coordinate representation of color #CAB039: hue angle of 49.24º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAB039 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20217657-
CMYK00.130.720.21
HSL49.24º57.77%50.78%-
HSV(B)49.24º71.78%79.22%-
XYZ40.6243.910.2-
YUV170.2164.11150.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 57 (22.66% from 255) = 13.10%
R=46.44%
G=40.46%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021765700.130.720.2149.2457.7750.78
HexCAB0390D4815313a33
Octal3122607101511025617263
Binary110010101011000011100101101100100010101110001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB039; }

 p { color: rgb(202,176,57); }

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

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

 a { background-color: rgb(202,176,57); }

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

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

 span { border-color: rgb(202,176,57); }

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