#CAB53F

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

Shades of Old Gold #CAB53F

Tints of Old Gold #CAB53F

Color information

#CAB53F (or 0xCAB53F) is unknown color: approx Old Gold. HEX triplet: CA, B5 and 3F. RGB value is (202,181,63). Sum of RGB (Red+Green+Blue) = 202+181+63=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB53F is #354AC0. Grayscale: #AEAEAE. Windows color (decimal): -3492545 or 4175306. OLE color: 4175306.

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

Color convert

RGB20218163-
CMYK00.100.690.21
HSL50.94º56.73%51.96%-
HSV(B)50.94º68.81%79.22%-
XYZ41.7845.9611.37-
YUV173.8365.46148.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 181 (71.09% from 255) = 40.58%
BLUE value IS 63 (25% from 255) = 14.13%
R=45.29%
G=40.58%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021816300.100.690.2150.9456.7351.96
HexCAB53F0A4515333934
Octal3122657701210525637164
Binary110010101011010111111101010100010110101110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB53F; }

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

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

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

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

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

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

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

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