#CAB84E

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

Shades of Sundance #CAB84E

Tints of Sundance #CAB84E

Color information

#CAB84E (or 0xCAB84E) is unknown color: approx Sundance. HEX triplet: CA, B8 and 4E. RGB value is (202,184,78). Sum of RGB (Red+Green+Blue) = 202+184+78=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB84E is #3547B1. Grayscale: #B1B1B1. Windows color (decimal): -3491762 or 5159114. OLE color: 5159114.

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

Color convert

RGB20218478-
CMYK00.090.610.21
HSL51.29º53.91%54.9%-
HSV(B)51.29º61.39%79.22%-
XYZ42.8747.3914.09-
YUV177.371.96145.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 78 (30.86% from 255) = 16.81%
R=43.53%
G=39.66%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021847800.090.610.2151.2953.9154.9
HexCAB84E093D15333637
Octal3122701160117525636667
Binary110010101011100010011100100111110110101110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB84E; }

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

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

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

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

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

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

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

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