Shades of Sundance #CBB04E
Tints of Sundance #CBB04E
RGB
CMYK
RGB Variations
Color information
#CBB04E (or 0xCBB04E) is known color: Sundance. HEX triplet: CB, B0 and 4E. RGB value is (203,176,78). Sum of RGB (Red+Green+Blue) = 203+176+78=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB04E is #344FB1. Grayscale: #ADADAD. Windows color (decimal): -3428274 or 5157067. OLE color: 5157067.
HSL color Cylindrical-coordinate representation of color #CBB04E: hue angle of 47.04º 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 #CBB04E is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 78 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.20 |
| HSL | 47.04º | 0.55% | 0.55% | - |
| HSV(B) | 47.04º | 0.62% | 0.8% | - |
| XYZ | 41.53 | 44.3 | 13.57 | - |
| YUV | 172.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 78 | 0 | 0.13 | 0.62 | 0.20 | 47.04 | 0.55 | 0.55 |
| Hex | CB | B0 | 4E | 0 | D | 3E | 14 | 2F | 37 | 37 |
| Octal | 313 | 260 | 116 | 0 | 15 | 76 | 24 | 57 | 67 | 67 |
| Binary | 11001011 | 10110000 | 1001110 | 0 | 1101 | 111110 | 10100 | 101111 | 110111 | 110111 |
Color Harmonies of #CBB04E
Complementary color
Monochromatic Colors of #CBB04E
Black with #CBB04E
Text Example
Text Example
White with #CBB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB04E; }
p { color: rgb(203,176,78); }
H1.HeaderClassName
{
color: #CBB04E;
}
.AnyTagClassName
{
color: #CBB04E;
}
</style>
background-color css
<style>
a { background-color: #CBB04E; }
a { background-color: rgb(203,176,78); }
div.DivClassName
{
background-color: #CBB04E;
}
.BgClassName
{
background-color: #CBB04E;
}
</style>
border-color css
<style>
span { border-color: #CBB04E; }
span { border-color: rgb(203,176,78); }
td.TdClassName
{
border-color: #CBB04E;
}
.TagClassName
{
border-color: #CBB04E;
}
</style>