Shades of Sundance #CBB553
Tints of Sundance #CBB553
RGB
CMYK
RGB Variations
Color information
#CBB553 (or 0xCBB553) is known color: Sundance. HEX triplet: CB, B5 and 53. RGB value is (203,181,83). Sum of RGB (Red+Green+Blue) = 203+181+83=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB553 is #344AAC. Grayscale: #B0B0B0. Windows color (decimal): -3426989 or 5486027. OLE color: 5486027.
HSL color Cylindrical-coordinate representation of color #CBB553: hue angle of 49º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBB553 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 83 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.20 |
| HSL | 49º | 0.54% | 0.56% | - |
| HSV(B) | 49º | 0.59% | 0.8% | - |
| XYZ | 42.71 | 46.37 | 14.88 | - |
| YUV | 176.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 83 | 0 | 0.11 | 0.59 | 0.20 | 49 | 0.54 | 0.56 |
| Hex | CB | B5 | 53 | 0 | B | 3B | 14 | 31 | 36 | 38 |
| Octal | 313 | 265 | 123 | 0 | 13 | 73 | 24 | 61 | 66 | 70 |
| Binary | 11001011 | 10110101 | 1010011 | 0 | 1011 | 111011 | 10100 | 110001 | 110110 | 111000 |
Color Harmonies of #CBB553
Complementary color
Monochromatic Colors of #CBB553
Black with #CBB553
Text Example
Text Example
White with #CBB553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB553; }
p { color: rgb(203,181,83); }
H1.HeaderClassName
{
color: #CBB553;
}
.AnyTagClassName
{
color: #CBB553;
}
</style>
background-color css
<style>
a { background-color: #CBB553; }
a { background-color: rgb(203,181,83); }
div.DivClassName
{
background-color: #CBB553;
}
.BgClassName
{
background-color: #CBB553;
}
</style>
border-color css
<style>
span { border-color: #CBB553; }
span { border-color: rgb(203,181,83); }
td.TdClassName
{
border-color: #CBB553;
}
.TagClassName
{
border-color: #CBB553;
}
</style>