#CAB93E

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

Shades of Old Gold #CAB93E

Tints of Old Gold #CAB93E

Color information

#CAB93E (or 0xCAB93E) is unknown color: approx Old Gold. HEX triplet: CA, B9 and 3E. RGB value is (202,185,62). Sum of RGB (Red+Green+Blue) = 202+185+62=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB93E is #3546C1. Grayscale: #B0B0B0. Windows color (decimal): -3491522 or 4110794. OLE color: 4110794.

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

Color convert

RGB20218562-
CMYK00.080.690.21
HSL52.71º56.91%51.76%-
HSV(B)52.71º69.31%79.22%-
XYZ42.5847.611.5-
YUV176.0663.63146.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 62 (24.61% from 255) = 13.81%
R=44.99%
G=41.20%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021856200.080.690.2152.7156.9151.76
HexCAB93E084515353934
Octal3122717601010525657164
Binary110010101011100111111001000100010110101110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB93E; }

 p { color: rgb(202,185,62); }

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

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

 a { background-color: rgb(202,185,62); }

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

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

 span { border-color: rgb(202,185,62); }

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