Shades of Sundance #CBBC4E
Tints of Sundance #CBBC4E
RGB
CMYK
RGB Variations
Color information
#CBBC4E (or 0xCBBC4E) is known color: Sundance. HEX triplet: CB, BC and 4E. RGB value is (203,188,78). Sum of RGB (Red+Green+Blue) = 203+188+78=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC4E is #3443B1. Grayscale: #B4B4B4. Windows color (decimal): -3425202 or 5160139. OLE color: 5160139.
HSL color Cylindrical-coordinate representation of color #CBBC4E: hue angle of 52.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBBC4E is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 78 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.20 |
| HSL | 52.8º | 0.55% | 0.55% | - |
| HSV(B) | 52.8º | 0.62% | 0.8% | - |
| XYZ | 43.99 | 49.21 | 14.39 | - |
| YUV | 179.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 78 | 0 | 0.07 | 0.62 | 0.20 | 52.8 | 0.55 | 0.55 |
| Hex | CB | BC | 4E | 0 | 7 | 3E | 14 | 35 | 37 | 37 |
| Octal | 313 | 274 | 116 | 0 | 7 | 76 | 24 | 65 | 67 | 67 |
| Binary | 11001011 | 10111100 | 1001110 | 0 | 111 | 111110 | 10100 | 110101 | 110111 | 110111 |
Color Harmonies of #CBBC4E
Complementary color
Monochromatic Colors of #CBBC4E
Black with #CBBC4E
Text Example
Text Example
White with #CBBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC4E; }
p { color: rgb(203,188,78); }
H1.HeaderClassName
{
color: #CBBC4E;
}
.AnyTagClassName
{
color: #CBBC4E;
}
</style>
background-color css
<style>
a { background-color: #CBBC4E; }
a { background-color: rgb(203,188,78); }
div.DivClassName
{
background-color: #CBBC4E;
}
.BgClassName
{
background-color: #CBBC4E;
}
</style>
border-color css
<style>
span { border-color: #CBBC4E; }
span { border-color: rgb(203,188,78); }
td.TdClassName
{
border-color: #CBBC4E;
}
.TagClassName
{
border-color: #CBBC4E;
}
</style>