#CAB73A

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

Shades of Old Gold #CAB73A

Tints of Old Gold #CAB73A

Color information

#CAB73A (or 0xCAB73A) is unknown color: approx Old Gold. HEX triplet: CA, B7 and 3A. RGB value is (202,183,58). Sum of RGB (Red+Green+Blue) = 202+183+58=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB73A is #3548C5. Grayscale: #AEAEAE. Windows color (decimal): -3492038 or 3848138. OLE color: 3848138.

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

Color convert

RGB20218358-
CMYK00.090.710.21
HSL52.08º57.6%50.98%-
HSV(B)52.08º71.29%79.22%-
XYZ42.0546.7310.81-
YUV174.4362.29147.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 58 (23.05% from 255) = 13.09%
R=45.60%
G=41.31%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021835800.090.710.2152.0857.650.98
HexCAB73A094715343a33
Octal3122677201110725647263
Binary110010101011011111101001001100011110101110100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB73A; }

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

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

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

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

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

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

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

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