Shades of Sundance #CCB353
Tints of Sundance #CCB353
RGB
CMYK
RGB Variations
Color information
#CCB353 (or 0xCCB353) is known color: Sundance. HEX triplet: CC, B3 and 53. RGB value is (204,179,83). Sum of RGB (Red+Green+Blue) = 204+179+83=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB353 is #334CAC. Grayscale: #AFAFAF. Windows color (decimal): -3361965 or 5485516. OLE color: 5485516.
HSL color Cylindrical-coordinate representation of color #CCB353: hue angle of 47.6º 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 #CCB353 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 83 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.2 |
| HSL | 47.6º | 0.54% | 0.56% | - |
| HSV(B) | 47.6º | 0.59% | 0.8% | - |
| XYZ | 42.58 | 45.7 | 14.76 | - |
| YUV | 175.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 83 | 0 | 0.12 | 0.59 | 0.2 | 47.6 | 0.54 | 0.56 |
| Hex | CC | B3 | 53 | 0 | C | 3B | 14 | 30 | 36 | 38 |
| Octal | 314 | 263 | 123 | 0 | 14 | 73 | 24 | 60 | 66 | 70 |
| Binary | 11001100 | 10110011 | 1010011 | 0 | 1100 | 111011 | 10100 | 110000 | 110110 | 111000 |
Color Harmonies of #CCB353
Complementary color
Monochromatic Colors of #CCB353
Black with #CCB353
Text Example
Text Example
White with #CCB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB353; }
p { color: rgb(204,179,83); }
H1.HeaderClassName
{
color: #CCB353;
}
.AnyTagClassName
{
color: #CCB353;
}
</style>
background-color css
<style>
a { background-color: #CCB353; }
a { background-color: rgb(204,179,83); }
div.DivClassName
{
background-color: #CCB353;
}
.BgClassName
{
background-color: #CCB353;
}
</style>
border-color css
<style>
span { border-color: #CCB353; }
span { border-color: rgb(204,179,83); }
td.TdClassName
{
border-color: #CCB353;
}
.TagClassName
{
border-color: #CCB353;
}
</style>