#CAB540

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

Shades of Old Gold #CAB540

Tints of Old Gold #CAB540

Color information

#CAB540 (or 0xCAB540) is unknown color: approx Old Gold. HEX triplet: CA, B5 and 40. RGB value is (202,181,64). Sum of RGB (Red+Green+Blue) = 202+181+64=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB540 is #354ABF. Grayscale: #AEAEAE. Windows color (decimal): -3492544 or 4240842. OLE color: 4240842.

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

Color convert

RGB20218164-
CMYK00.100.680.21
HSL50.87º56.56%52.16%-
HSV(B)50.87º68.32%79.22%-
XYZ41.8145.9711.52-
YUV173.9465.96148.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 64 (25.39% from 255) = 14.32%
R=45.19%
G=40.49%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021816400.100.680.2150.8756.5652.16
HexCAB5400A4415333934
Octal31226510001210425637164
Binary1100101010110101100000001010100010010101110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB540; }

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

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

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

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

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

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

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

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