#CAB437

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

Shades of Old Gold #CAB437

Tints of Old Gold #CAB437

Color information

#CAB437 (or 0xCAB437) is unknown color: approx Old Gold. HEX triplet: CA, B4 and 37. RGB value is (202,180,55). Sum of RGB (Red+Green+Blue) = 202+180+55=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB437 is #354BC8. Grayscale: #ACACAC. Windows color (decimal): -3492809 or 3650762. OLE color: 3650762.

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

Color convert

RGB20218055-
CMYK00.110.730.21
HSL51.02º58.1%50.39%-
HSV(B)51.02º72.77%79.22%-
XYZ41.3745.4710.21-
YUV172.3361.79149.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 55 (21.88% from 255) = 12.59%
R=46.22%
G=41.19%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021805500.110.730.2151.0258.150.39
HexCAB4370B4915333a32
Octal3122646701311125637262
Binary110010101011010011011101011100100110101110011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB437; }

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

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

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

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

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

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

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

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