Shades of Sundance #CCB254
Tints of Sundance #CCB254
RGB
CMYK
RGB Variations
Color information
#CCB254 (or 0xCCB254) is known color: Sundance. HEX triplet: CC, B2 and 54. RGB value is (204,178,84). Sum of RGB (Red+Green+Blue) = 204+178+84=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB254 is #334DAB. Grayscale: #AFAFAF. Windows color (decimal): -3362220 or 5550796. OLE color: 5550796.
HSL color Cylindrical-coordinate representation of color #CCB254: hue angle of 47º 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 #CCB254 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 84 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.2 |
| HSL | 47º | 0.54% | 0.56% | - |
| HSV(B) | 47º | 0.59% | 0.8% | - |
| XYZ | 42.42 | 45.32 | 14.9 | - |
| YUV | 175.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 84 | 0 | 0.13 | 0.59 | 0.2 | 47 | 0.54 | 0.56 |
| Hex | CC | B2 | 54 | 0 | D | 3B | 14 | 2F | 36 | 38 |
| Octal | 314 | 262 | 124 | 0 | 15 | 73 | 24 | 57 | 66 | 70 |
| Binary | 11001100 | 10110010 | 1010100 | 0 | 1101 | 111011 | 10100 | 101111 | 110110 | 111000 |
Color Harmonies of #CCB254
Complementary color
Monochromatic Colors of #CCB254
Black with #CCB254
Text Example
Text Example
White with #CCB254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB254; }
p { color: rgb(204,178,84); }
H1.HeaderClassName
{
color: #CCB254;
}
.AnyTagClassName
{
color: #CCB254;
}
</style>
background-color css
<style>
a { background-color: #CCB254; }
a { background-color: rgb(204,178,84); }
div.DivClassName
{
background-color: #CCB254;
}
.BgClassName
{
background-color: #CCB254;
}
</style>
border-color css
<style>
span { border-color: #CCB254; }
span { border-color: rgb(204,178,84); }
td.TdClassName
{
border-color: #CCB254;
}
.TagClassName
{
border-color: #CCB254;
}
</style>