#CAB733

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

Shades of Old Gold #CAB733

Tints of Old Gold #CAB733

Color information

#CAB733 (or 0xCAB733) is unknown color: approx Old Gold. HEX triplet: CA, B7 and 33. RGB value is (202,183,51). Sum of RGB (Red+Green+Blue) = 202+183+51=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB733 is #3548CC. Grayscale: #AEAEAE. Windows color (decimal): -3492045 or 3389386. OLE color: 3389386.

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

Color convert

RGB20218351-
CMYK00.090.750.21
HSL52.45º59.68%49.61%-
HSV(B)52.45º74.75%79.22%-
XYZ41.8946.669.93-
YUV173.6358.79148.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 183 (71.88% from 255) = 41.97%
BLUE value IS 51 (20.31% from 255) = 11.70%
R=46.33%
G=41.97%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021835100.090.750.2152.4559.6849.61
HexCAB733094B15343c32
Octal3122676301111325647462
Binary110010101011011111001101001100101110101110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB733; }

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

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

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

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

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

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

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

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