Shades of Sundance #CABB4D
Tints of Sundance #CABB4D
RGB
CMYK
RGB Variations
Color information
#CABB4D (or 0xCABB4D) is known color: Sundance. HEX triplet: CA, BB and 4D. RGB value is (202,187,77). Sum of RGB (Red+Green+Blue) = 202+187+77=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB4D is #3544B2. Grayscale: #B3B3B3. Windows color (decimal): -3490995 or 5094346. OLE color: 5094346.
HSL color Cylindrical-coordinate representation of color #CABB4D: hue angle of 52.8º 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 #CABB4D is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 77 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.21 |
| HSL | 52.8º | 0.54% | 0.55% | - |
| HSV(B) | 52.8º | 0.62% | 0.79% | - |
| XYZ | 43.47 | 48.63 | 14.12 | - |
| YUV | 178.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 77 | 0 | 0.07 | 0.62 | 0.21 | 52.8 | 0.54 | 0.55 |
| Hex | CA | BB | 4D | 0 | 7 | 3E | 15 | 35 | 36 | 37 |
| Octal | 312 | 273 | 115 | 0 | 7 | 76 | 25 | 65 | 66 | 67 |
| Binary | 11001010 | 10111011 | 1001101 | 0 | 111 | 111110 | 10101 | 110101 | 110110 | 110111 |
Color Harmonies of #CABB4D
Complementary color
Monochromatic Colors of #CABB4D
Black with #CABB4D
Text Example
Text Example
White with #CABB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB4D; }
p { color: rgb(202,187,77); }
H1.HeaderClassName
{
color: #CABB4D;
}
.AnyTagClassName
{
color: #CABB4D;
}
</style>
background-color css
<style>
a { background-color: #CABB4D; }
a { background-color: rgb(202,187,77); }
div.DivClassName
{
background-color: #CABB4D;
}
.BgClassName
{
background-color: #CABB4D;
}
</style>
border-color css
<style>
span { border-color: #CABB4D; }
span { border-color: rgb(202,187,77); }
td.TdClassName
{
border-color: #CABB4D;
}
.TagClassName
{
border-color: #CABB4D;
}
</style>