#CAB53D

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

Shades of Old Gold #CAB53D

Tints of Old Gold #CAB53D

Color information

#CAB53D (or 0xCAB53D) is unknown color: approx Old Gold. HEX triplet: CA, B5 and 3D. RGB value is (202,181,61). Sum of RGB (Red+Green+Blue) = 202+181+61=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB53D is #354AC2. Grayscale: #AEAEAE. Windows color (decimal): -3492547 or 4044234. OLE color: 4044234.

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

Color convert

RGB20218161-
CMYK00.100.700.21
HSL51.06º57.09%51.57%-
HSV(B)51.06º69.8%79.22%-
XYZ41.7245.9411.08-
YUV173.664.46148.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 61 (24.22% from 255) = 13.74%
R=45.50%
G=40.77%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021816100.100.700.2151.0657.0951.57
HexCAB53D0A4615333934
Octal3122657501210625637164
Binary110010101011010111110101010100011010101110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB53D; }

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

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

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

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

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

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

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

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