Shades of Sundance #CABB4E
Tints of Sundance #CABB4E
RGB
CMYK
RGB Variations
Color information
#CABB4E (or 0xCABB4E) is known color: Sundance. HEX triplet: CA, BB and 4E. RGB value is (202,187,78). Sum of RGB (Red+Green+Blue) = 202+187+78=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB4E is #3544B1. Grayscale: #B3B3B3. Windows color (decimal): -3490994 or 5159882. OLE color: 5159882.
HSL color Cylindrical-coordinate representation of color #CABB4E: hue angle of 52.74º 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 #CABB4E is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 78 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.21 |
| HSL | 52.74º | 0.54% | 0.55% | - |
| HSV(B) | 52.74º | 0.61% | 0.79% | - |
| XYZ | 43.5 | 48.65 | 14.3 | - |
| YUV | 179.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 78 | 0 | 0.07 | 0.61 | 0.21 | 52.74 | 0.54 | 0.55 |
| Hex | CA | BB | 4E | 0 | 7 | 3D | 15 | 35 | 36 | 37 |
| Octal | 312 | 273 | 116 | 0 | 7 | 75 | 25 | 65 | 66 | 67 |
| Binary | 11001010 | 10111011 | 1001110 | 0 | 111 | 111101 | 10101 | 110101 | 110110 | 110111 |
Color Harmonies of #CABB4E
Complementary color
Monochromatic Colors of #CABB4E
Black with #CABB4E
Text Example
Text Example
White with #CABB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB4E; }
p { color: rgb(202,187,78); }
H1.HeaderClassName
{
color: #CABB4E;
}
.AnyTagClassName
{
color: #CABB4E;
}
</style>
background-color css
<style>
a { background-color: #CABB4E; }
a { background-color: rgb(202,187,78); }
div.DivClassName
{
background-color: #CABB4E;
}
.BgClassName
{
background-color: #CABB4E;
}
</style>
border-color css
<style>
span { border-color: #CABB4E; }
span { border-color: rgb(202,187,78); }
td.TdClassName
{
border-color: #CABB4E;
}
.TagClassName
{
border-color: #CABB4E;
}
</style>