#CAB937

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

Shades of Old Gold #CAB937

Tints of Old Gold #CAB937

Color information

#CAB937 (or 0xCAB937) is unknown color: approx Old Gold. HEX triplet: CA, B9 and 37. RGB value is (202,185,55). Sum of RGB (Red+Green+Blue) = 202+185+55=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB937 is #3546C8. Grayscale: #AFAFAF. Windows color (decimal): -3491529 or 3652042. OLE color: 3652042.

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

Color convert

RGB20218555-
CMYK00.080.730.21
HSL53.06º58.1%50.39%-
HSV(B)53.06º72.77%79.22%-
XYZ42.447.5310.55-
YUV175.2660.13147.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 55 (21.88% from 255) = 12.44%
R=45.70%
G=41.86%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021855500.080.730.2153.0658.150.39
HexCAB937084915353a32
Octal3122716701011125657262
Binary110010101011100111011101000100100110101110101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB937; }

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

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

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

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

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

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

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

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