#CAB133

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

Shades of Old Gold #CAB133

Tints of Old Gold #CAB133

Color information

#CAB133 (or 0xCAB133) is unknown color: approx Old Gold. HEX triplet: CA, B1 and 33. RGB value is (202,177,51). Sum of RGB (Red+Green+Blue) = 202+177+51=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB133 is #354ECC. Grayscale: #AAAAAA. Windows color (decimal): -3493581 or 3387850. OLE color: 3387850.

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

Color convert

RGB20217751-
CMYK00.120.750.21
HSL50.07º59.68%49.61%-
HSV(B)50.07º74.75%79.22%-
XYZ40.6844.249.53-
YUV170.1160.78150.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 177 (69.53% from 255) = 41.16%
BLUE value IS 51 (20.31% from 255) = 11.86%
R=46.98%
G=41.16%
B=11.86%

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
Decimal2021775100.120.750.2150.0759.6849.61
HexCAB1330C4B15323c32
Octal3122616301411325627462
Binary110010101011000111001101100100101110101110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB133; }

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

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

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

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

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

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

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

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