Shades of Sundance #CBB551
Tints of Sundance #CBB551
RGB
CMYK
RGB Variations
Color information
#CBB551 (or 0xCBB551) is known color: Sundance. HEX triplet: CB, B5 and 51. RGB value is (203,181,81). Sum of RGB (Red+Green+Blue) = 203+181+81=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB551 is #344AAE. Grayscale: #B0B0B0. Windows color (decimal): -3426991 or 5354955. OLE color: 5354955.
HSL color Cylindrical-coordinate representation of color #CBB551: hue angle of 49.18º 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 #CBB551 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 81 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.20 |
| HSL | 49.18º | 0.54% | 0.56% | - |
| HSV(B) | 49.18º | 0.6% | 0.8% | - |
| XYZ | 42.64 | 46.34 | 14.48 | - |
| YUV | 176.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 81 | 0 | 0.11 | 0.60 | 0.20 | 49.18 | 0.54 | 0.56 |
| Hex | CB | B5 | 51 | 0 | B | 3C | 14 | 31 | 36 | 38 |
| Octal | 313 | 265 | 121 | 0 | 13 | 74 | 24 | 61 | 66 | 70 |
| Binary | 11001011 | 10110101 | 1010001 | 0 | 1011 | 111100 | 10100 | 110001 | 110110 | 111000 |
Color Harmonies of #CBB551
Complementary color
Monochromatic Colors of #CBB551
Black with #CBB551
Text Example
Text Example
White with #CBB551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB551; }
p { color: rgb(203,181,81); }
H1.HeaderClassName
{
color: #CBB551;
}
.AnyTagClassName
{
color: #CBB551;
}
</style>
background-color css
<style>
a { background-color: #CBB551; }
a { background-color: rgb(203,181,81); }
div.DivClassName
{
background-color: #CBB551;
}
.BgClassName
{
background-color: #CBB551;
}
</style>
border-color css
<style>
span { border-color: #CBB551; }
span { border-color: rgb(203,181,81); }
td.TdClassName
{
border-color: #CBB551;
}
.TagClassName
{
border-color: #CBB551;
}
</style>