#CAB333

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

Shades of Old Gold #CAB333

Tints of Old Gold #CAB333

Color information

#CAB333 (or 0xCAB333) is unknown color: approx Old Gold. HEX triplet: CA, B3 and 33. RGB value is (202,179,51). Sum of RGB (Red+Green+Blue) = 202+179+51=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB333 is #354CCC. Grayscale: #ABABAB. Windows color (decimal): -3493069 or 3388362. OLE color: 3388362.

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

Color convert

RGB20217951-
CMYK00.110.750.21
HSL50.86º59.68%49.61%-
HSV(B)50.86º74.75%79.22%-
XYZ41.0745.049.66-
YUV171.2860.12149.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 51 (20.31% from 255) = 11.81%
R=46.76%
G=41.44%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021795100.110.750.2150.8659.6849.61
HexCAB3330B4B15333c32
Octal3122636301311325637462
Binary110010101011001111001101011100101110101110011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB333; }

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

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

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

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

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

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

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

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