Shades of Sundance #CAB84E
Tints of Sundance #CAB84E
RGB
CMYK
RGB Variations
Color information
#CAB84E (or 0xCAB84E) is known color: 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
| RGB | 202 | 184 | 78 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.21 |
| HSL | 51.29º | 0.54% | 0.55% | - |
| HSV(B) | 51.29º | 0.61% | 0.79% | - |
| XYZ | 42.87 | 47.39 | 14.09 | - |
| YUV | 177.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 78 | 0 | 0.09 | 0.61 | 0.21 | 51.29 | 0.54 | 0.55 |
| Hex | CA | B8 | 4E | 0 | 9 | 3D | 15 | 33 | 36 | 37 |
| Octal | 312 | 270 | 116 | 0 | 11 | 75 | 25 | 63 | 66 | 67 |
| Binary | 11001010 | 10111000 | 1001110 | 0 | 1001 | 111101 | 10101 | 110011 | 110110 | 110111 |
Color Harmonies of #CAB84E
Complementary color
Monochromatic Colors of #CAB84E
Black with #CAB84E
Text Example
Text Example
White with #CAB84E
Text Example
Text Example
HTML Codes & Css Web 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>