Shades of Sundance #CBB64E
Tints of Sundance #CBB64E
RGB
CMYK
RGB Variations
Color information
#CBB64E (or 0xCBB64E) is known color: Sundance. HEX triplet: CB, B6 and 4E. RGB value is (203,182,78). Sum of RGB (Red+Green+Blue) = 203+182+78=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB64E is #3449B1. Grayscale: #B0B0B0. Windows color (decimal): -3426738 or 5158603. OLE color: 5158603.
HSL color Cylindrical-coordinate representation of color #CBB64E: hue angle of 49.92º 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 #CBB64E is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 78 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.20 |
| HSL | 49.92º | 0.55% | 0.55% | - |
| HSV(B) | 49.92º | 0.62% | 0.8% | - |
| XYZ | 42.73 | 46.7 | 13.97 | - |
| YUV | 176.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 78 | 0 | 0.10 | 0.62 | 0.20 | 49.92 | 0.55 | 0.55 |
| Hex | CB | B6 | 4E | 0 | A | 3E | 14 | 32 | 37 | 37 |
| Octal | 313 | 266 | 116 | 0 | 12 | 76 | 24 | 62 | 67 | 67 |
| Binary | 11001011 | 10110110 | 1001110 | 0 | 1010 | 111110 | 10100 | 110010 | 110111 | 110111 |
Color Harmonies of #CBB64E
Complementary color
Monochromatic Colors of #CBB64E
Black with #CBB64E
Text Example
Text Example
White with #CBB64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB64E; }
p { color: rgb(203,182,78); }
H1.HeaderClassName
{
color: #CBB64E;
}
.AnyTagClassName
{
color: #CBB64E;
}
</style>
background-color css
<style>
a { background-color: #CBB64E; }
a { background-color: rgb(203,182,78); }
div.DivClassName
{
background-color: #CBB64E;
}
.BgClassName
{
background-color: #CBB64E;
}
</style>
border-color css
<style>
span { border-color: #CBB64E; }
span { border-color: rgb(203,182,78); }
td.TdClassName
{
border-color: #CBB64E;
}
.TagClassName
{
border-color: #CBB64E;
}
</style>