Shades of Sundance #CBB84E
Tints of Sundance #CBB84E
RGB
CMYK
RGB Variations
Color information
#CBB84E (or 0xCBB84E) is known color: Sundance. HEX triplet: CB, B8 and 4E. RGB value is (203,184,78). Sum of RGB (Red+Green+Blue) = 203+184+78=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB84E is #3447B1. Grayscale: #B2B2B2. Windows color (decimal): -3426226 or 5159115. OLE color: 5159115.
HSL color Cylindrical-coordinate representation of color #CBB84E: hue angle of 50.88º 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 #CBB84E is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 78 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.20 |
| HSL | 50.88º | 0.55% | 0.55% | - |
| HSV(B) | 50.88º | 0.62% | 0.8% | - |
| XYZ | 43.14 | 47.53 | 14.11 | - |
| YUV | 177.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 78 | 0 | 0.09 | 0.62 | 0.20 | 50.88 | 0.55 | 0.55 |
| Hex | CB | B8 | 4E | 0 | 9 | 3E | 14 | 33 | 37 | 37 |
| Octal | 313 | 270 | 116 | 0 | 11 | 76 | 24 | 63 | 67 | 67 |
| Binary | 11001011 | 10111000 | 1001110 | 0 | 1001 | 111110 | 10100 | 110011 | 110111 | 110111 |
Color Harmonies of #CBB84E
Complementary color
Monochromatic Colors of #CBB84E
Black with #CBB84E
Text Example
Text Example
White with #CBB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB84E; }
p { color: rgb(203,184,78); }
H1.HeaderClassName
{
color: #CBB84E;
}
.AnyTagClassName
{
color: #CBB84E;
}
</style>
background-color css
<style>
a { background-color: #CBB84E; }
a { background-color: rgb(203,184,78); }
div.DivClassName
{
background-color: #CBB84E;
}
.BgClassName
{
background-color: #CBB84E;
}
</style>
border-color css
<style>
span { border-color: #CBB84E; }
span { border-color: rgb(203,184,78); }
td.TdClassName
{
border-color: #CBB84E;
}
.TagClassName
{
border-color: #CBB84E;
}
</style>