#CAB84A

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

Shades of Old Gold #CAB84A

Tints of Old Gold #CAB84A

Color information

#CAB84A (or 0xCAB84A) is unknown color: approx Old Gold. HEX triplet: CA, B8 and 4A. RGB value is (202,184,74). Sum of RGB (Red+Green+Blue) = 202+184+74=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB84A is #3547B5. Grayscale: #B1B1B1. Windows color (decimal): -3491766 or 4896970. OLE color: 4896970.

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

Color convert

RGB20218474-
CMYK00.090.630.21
HSL51.56º54.7%54.12%-
HSV(B)51.56º63.37%79.22%-
XYZ42.7347.3313.36-
YUV176.8469.96145.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 74 (29.30% from 255) = 16.09%
R=43.91%
G=40%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021847400.090.630.2151.5654.754.12
HexCAB84A093F15343736
Octal3122701120117725646766
Binary110010101011100010010100100111111110101110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB84A; }

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

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

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

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

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

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

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

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