#CAB537

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

Shades of Old Gold #CAB537

Tints of Old Gold #CAB537

Color information

#CAB537 (or 0xCAB537) is unknown color: approx Old Gold. HEX triplet: CA, B5 and 37. RGB value is (202,181,55). Sum of RGB (Red+Green+Blue) = 202+181+55=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB537 is #354AC8. Grayscale: #ADADAD. Windows color (decimal): -3492553 or 3651018. OLE color: 3651018.

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

Color convert

RGB20218155-
CMYK00.100.730.21
HSL51.43º58.1%50.39%-
HSV(B)51.43º72.77%79.22%-
XYZ41.5745.8810.28-
YUV172.9261.46148.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 55 (21.88% from 255) = 12.56%
R=46.12%
G=41.32%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021815500.100.730.2151.4358.150.39
HexCAB5370A4915333a32
Octal3122656701211125637262
Binary110010101011010111011101010100100110101110011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB537; }

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

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

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

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

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

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

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

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