#CAB837

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

Shades of Old Gold #CAB837

Tints of Old Gold #CAB837

Color information

#CAB837 (or 0xCAB837) is unknown color: approx Old Gold. HEX triplet: CA, B8 and 37. RGB value is (202,184,55). Sum of RGB (Red+Green+Blue) = 202+184+55=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB837 is #3547C8. Grayscale: #AFAFAF. Windows color (decimal): -3491785 or 3651786. OLE color: 3651786.

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

Color convert

RGB20218455-
CMYK00.090.730.21
HSL52.65º58.1%50.39%-
HSV(B)52.65º72.77%79.22%-
XYZ42.1947.1110.48-
YUV174.6860.46147.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 55 (21.88% from 255) = 12.47%
R=45.80%
G=41.72%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021845500.090.730.2152.6558.150.39
HexCAB837094915353a32
Octal3122706701111125657262
Binary110010101011100011011101001100100110101110101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB837; }

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

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

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

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

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

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

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

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