Shades of Sundance #CAB64D
Tints of Sundance #CAB64D
RGB
CMYK
RGB Variations
Color information
#CAB64D (or 0xCAB64D) is known color: Sundance. HEX triplet: CA, B6 and 4D. RGB value is (202,182,77). Sum of RGB (Red+Green+Blue) = 202+182+77=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB64D is #3549B2. Grayscale: #B0B0B0. Windows color (decimal): -3492275 or 5093066. OLE color: 5093066.
HSL color Cylindrical-coordinate representation of color #CAB64D: hue angle of 50.4º 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 #CAB64D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 77 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.21 |
| HSL | 50.4º | 0.54% | 0.55% | - |
| HSV(B) | 50.4º | 0.62% | 0.79% | - |
| XYZ | 42.42 | 46.55 | 13.77 | - |
| YUV | 176.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 77 | 0 | 0.10 | 0.62 | 0.21 | 50.4 | 0.54 | 0.55 |
| Hex | CA | B6 | 4D | 0 | A | 3E | 15 | 32 | 36 | 37 |
| Octal | 312 | 266 | 115 | 0 | 12 | 76 | 25 | 62 | 66 | 67 |
| Binary | 11001010 | 10110110 | 1001101 | 0 | 1010 | 111110 | 10101 | 110010 | 110110 | 110111 |
Color Harmonies of #CAB64D
Complementary color
Monochromatic Colors of #CAB64D
Black with #CAB64D
Text Example
Text Example
White with #CAB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB64D; }
p { color: rgb(202,182,77); }
H1.HeaderClassName
{
color: #CAB64D;
}
.AnyTagClassName
{
color: #CAB64D;
}
</style>
background-color css
<style>
a { background-color: #CAB64D; }
a { background-color: rgb(202,182,77); }
div.DivClassName
{
background-color: #CAB64D;
}
.BgClassName
{
background-color: #CAB64D;
}
</style>
border-color css
<style>
span { border-color: #CAB64D; }
span { border-color: rgb(202,182,77); }
td.TdClassName
{
border-color: #CAB64D;
}
.TagClassName
{
border-color: #CAB64D;
}
</style>