#CAB84D

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

Shades of Sundance #CAB84D

Tints of Sundance #CAB84D

Color information

#CAB84D (or 0xCAB84D) is unknown color: approx Sundance. HEX triplet: CA, B8 and 4D. RGB value is (202,184,77). Sum of RGB (Red+Green+Blue) = 202+184+77=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB84D is #3547B2. Grayscale: #B1B1B1. Windows color (decimal): -3491763 or 5093578. OLE color: 5093578.

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

Color convert

RGB20218477-
CMYK00.090.620.21
HSL51.36º54.11%54.71%-
HSV(B)51.36º61.88%79.22%-
XYZ42.8447.3713.91-
YUV177.1871.46145.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 184 (72.27% from 255) = 39.74%
BLUE value IS 77 (30.47% from 255) = 16.63%
R=43.63%
G=39.74%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021847700.090.620.2151.3654.1154.71
HexCAB84D093E15333637
Octal3122701150117625636667
Binary110010101011100010011010100111111010101110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB84D; }

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

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

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

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

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

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

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

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