#CAB836

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

Shades of Old Gold #CAB836

Tints of Old Gold #CAB836

Color information

#CAB836 (or 0xCAB836) is unknown color: approx Old Gold. HEX triplet: CA, B8 and 36. RGB value is (202,184,54). Sum of RGB (Red+Green+Blue) = 202+184+54=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB836 is #3547C9. Grayscale: #AFAFAF. Windows color (decimal): -3491786 or 3586250. OLE color: 3586250.

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

Color convert

RGB20218454-
CMYK00.090.730.21
HSL52.7º58.27%50.2%-
HSV(B)52.7º73.27%79.22%-
XYZ42.1647.110.36-
YUV174.5659.96147.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 54 (21.48% from 255) = 12.27%
R=45.91%
G=41.82%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021845400.090.730.2152.758.2750.2
HexCAB836094915353a32
Octal3122706601111125657262
Binary110010101011100011011001001100100110101110101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB836; }

 p { color: rgb(202,184,54); }

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

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

 a { background-color: rgb(202,184,54); }

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

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

 span { border-color: rgb(202,184,54); }

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