#CAB132

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

Shades of Old Gold #CAB132

Tints of Old Gold #CAB132

Color information

#CAB132 (or 0xCAB132) is unknown color: approx Old Gold. HEX triplet: CA, B1 and 32. RGB value is (202,177,50). Sum of RGB (Red+Green+Blue) = 202+177+50=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB132 is #354ECD. Grayscale: #AAAAAA. Windows color (decimal): -3493582 or 3322314. OLE color: 3322314.

HSL color Cylindrical-coordinate representation of color #CAB132: hue angle of 50.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAB132 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20217750-
CMYK00.120.750.21
HSL50.13º60.32%49.41%-
HSV(B)50.13º75.25%79.22%-
XYZ40.6544.239.41-
YUV17060.28150.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 50 (19.92% from 255) = 11.66%
R=47.09%
G=41.26%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021775000.120.750.2150.1360.3249.41
HexCAB1320C4B15323c31
Octal3122616201411325627461
Binary110010101011000111001001100100101110101110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB132; }

 p { color: rgb(202,177,50); }

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

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

 a { background-color: rgb(202,177,50); }

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

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

 span { border-color: rgb(202,177,50); }

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