Shades of Sundance #CCB249
Tints of Sundance #CCB249
RGB
CMYK
RGB Variations
Color information
#CCB249 (or 0xCCB249) is known color: Sundance. HEX triplet: CC, B2 and 49. RGB value is (204,178,73). Sum of RGB (Red+Green+Blue) = 204+178+73=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB249 is #334DB6. Grayscale: #AEAEAE. Windows color (decimal): -3362231 or 4829900. OLE color: 4829900.
HSL color Cylindrical-coordinate representation of color #CCB249: hue angle of 48.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCB249 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 73 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.2 |
| HSL | 48.09º | 0.56% | 0.54% | - |
| HSV(B) | 48.09º | 0.64% | 0.8% | - |
| XYZ | 42.02 | 45.16 | 12.8 | - |
| YUV | 173.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 73 | 0 | 0.13 | 0.64 | 0.2 | 48.09 | 0.56 | 0.54 |
| Hex | CC | B2 | 49 | 0 | D | 40 | 14 | 30 | 38 | 36 |
| Octal | 314 | 262 | 111 | 0 | 15 | 100 | 24 | 60 | 70 | 66 |
| Binary | 11001100 | 10110010 | 1001001 | 0 | 1101 | 1000000 | 10100 | 110000 | 111000 | 110110 |
Color Harmonies of #CCB249
Complementary color
Monochromatic Colors of #CCB249
Black with #CCB249
Text Example
Text Example
White with #CCB249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB249; }
p { color: rgb(204,178,73); }
H1.HeaderClassName
{
color: #CCB249;
}
.AnyTagClassName
{
color: #CCB249;
}
</style>
background-color css
<style>
a { background-color: #CCB249; }
a { background-color: rgb(204,178,73); }
div.DivClassName
{
background-color: #CCB249;
}
.BgClassName
{
background-color: #CCB249;
}
</style>
border-color css
<style>
span { border-color: #CCB249; }
span { border-color: rgb(204,178,73); }
td.TdClassName
{
border-color: #CCB249;
}
.TagClassName
{
border-color: #CCB249;
}
</style>