Shades of Sundance #CBB251
Tints of Sundance #CBB251
RGB
CMYK
RGB Variations
Color information
#CBB251 (or 0xCBB251) is known color: Sundance. HEX triplet: CB, B2 and 51. RGB value is (203,178,81). Sum of RGB (Red+Green+Blue) = 203+178+81=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB251 is #344DAE. Grayscale: #AEAEAE. Windows color (decimal): -3427759 or 5354187. OLE color: 5354187.
HSL color Cylindrical-coordinate representation of color #CBB251: hue angle of 47.7º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBB251 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 81 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.20 |
| HSL | 47.7º | 0.54% | 0.56% | - |
| HSV(B) | 47.7º | 0.6% | 0.8% | - |
| XYZ | 42.03 | 45.13 | 14.28 | - |
| YUV | 174.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 81 | 0 | 0.12 | 0.60 | 0.20 | 47.7 | 0.54 | 0.56 |
| Hex | CB | B2 | 51 | 0 | C | 3C | 14 | 30 | 36 | 38 |
| Octal | 313 | 262 | 121 | 0 | 14 | 74 | 24 | 60 | 66 | 70 |
| Binary | 11001011 | 10110010 | 1010001 | 0 | 1100 | 111100 | 10100 | 110000 | 110110 | 111000 |
Color Harmonies of #CBB251
Complementary color
Monochromatic Colors of #CBB251
Black with #CBB251
Text Example
Text Example
White with #CBB251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB251; }
p { color: rgb(203,178,81); }
H1.HeaderClassName
{
color: #CBB251;
}
.AnyTagClassName
{
color: #CBB251;
}
</style>
background-color css
<style>
a { background-color: #CBB251; }
a { background-color: rgb(203,178,81); }
div.DivClassName
{
background-color: #CBB251;
}
.BgClassName
{
background-color: #CBB251;
}
</style>
border-color css
<style>
span { border-color: #CBB251; }
span { border-color: rgb(203,178,81); }
td.TdClassName
{
border-color: #CBB251;
}
.TagClassName
{
border-color: #CBB251;
}
</style>