#CAB535

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

Shades of Old Gold #CAB535

Tints of Old Gold #CAB535

Color information

#CAB535 (or 0xCAB535) is unknown color: approx Old Gold. HEX triplet: CA, B5 and 35. RGB value is (202,181,53). Sum of RGB (Red+Green+Blue) = 202+181+53=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB535 is #354ACA. Grayscale: #ADADAD. Windows color (decimal): -3492555 or 3519946. OLE color: 3519946.

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

Color convert

RGB20218153-
CMYK00.100.740.21
HSL51.54º58.43%50%-
HSV(B)51.54º73.76%79.22%-
XYZ41.5245.8610.03-
YUV172.6960.46148.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 181 (71.09% from 255) = 41.51%
BLUE value IS 53 (21.09% from 255) = 12.16%
R=46.33%
G=41.51%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021815300.100.740.2151.5458.4350
HexCAB5350A4A15343a32
Octal3122656501211225647262
Binary110010101011010111010101010100101010101110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB535; }

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

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

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

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

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

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

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

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