Shades of Sundance #CBB351
Tints of Sundance #CBB351
RGB
CMYK
RGB Variations
Color information
#CBB351 (or 0xCBB351) is known color: Sundance. HEX triplet: CB, B3 and 51. RGB value is (203,179,81). Sum of RGB (Red+Green+Blue) = 203+179+81=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB351 is #344CAE. Grayscale: #AFAFAF. Windows color (decimal): -3427503 or 5354443. OLE color: 5354443.
HSL color Cylindrical-coordinate representation of color #CBB351: hue angle of 48.2º 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 #CBB351 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 81 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.20 |
| HSL | 48.2º | 0.54% | 0.56% | - |
| HSV(B) | 48.2º | 0.6% | 0.8% | - |
| XYZ | 42.23 | 45.53 | 14.35 | - |
| YUV | 175 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 81 | 0 | 0.12 | 0.60 | 0.20 | 48.2 | 0.54 | 0.56 |
| Hex | CB | B3 | 51 | 0 | C | 3C | 14 | 30 | 36 | 38 |
| Octal | 313 | 263 | 121 | 0 | 14 | 74 | 24 | 60 | 66 | 70 |
| Binary | 11001011 | 10110011 | 1010001 | 0 | 1100 | 111100 | 10100 | 110000 | 110110 | 111000 |
Color Harmonies of #CBB351
Complementary color
Monochromatic Colors of #CBB351
Black with #CBB351
Text Example
Text Example
White with #CBB351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB351; }
p { color: rgb(203,179,81); }
H1.HeaderClassName
{
color: #CBB351;
}
.AnyTagClassName
{
color: #CBB351;
}
</style>
background-color css
<style>
a { background-color: #CBB351; }
a { background-color: rgb(203,179,81); }
div.DivClassName
{
background-color: #CBB351;
}
.BgClassName
{
background-color: #CBB351;
}
</style>
border-color css
<style>
span { border-color: #CBB351; }
span { border-color: rgb(203,179,81); }
td.TdClassName
{
border-color: #CBB351;
}
.TagClassName
{
border-color: #CBB351;
}
</style>