Shades of Sundance #CCB24C
Tints of Sundance #CCB24C
RGB
CMYK
RGB Variations
Color information
#CCB24C (or 0xCCB24C) is known color: Sundance. HEX triplet: CC, B2 and 4C. RGB value is (204,178,76). Sum of RGB (Red+Green+Blue) = 204+178+76=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB24C is #334DB3. Grayscale: #AEAEAE. Windows color (decimal): -3362228 or 5026508. OLE color: 5026508.
HSL color Cylindrical-coordinate representation of color #CCB24C: hue angle of 47.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCB24C is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 76 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.2 |
| HSL | 47.81º | 0.56% | 0.55% | - |
| HSV(B) | 47.81º | 0.63% | 0.8% | - |
| XYZ | 42.13 | 45.2 | 13.34 | - |
| YUV | 174.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 76 | 0 | 0.13 | 0.63 | 0.2 | 47.81 | 0.56 | 0.55 |
| Hex | CC | B2 | 4C | 0 | D | 3F | 14 | 30 | 38 | 37 |
| Octal | 314 | 262 | 114 | 0 | 15 | 77 | 24 | 60 | 70 | 67 |
| Binary | 11001100 | 10110010 | 1001100 | 0 | 1101 | 111111 | 10100 | 110000 | 111000 | 110111 |
Color Harmonies of #CCB24C
Complementary color
Monochromatic Colors of #CCB24C
Black with #CCB24C
Text Example
Text Example
White with #CCB24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB24C; }
p { color: rgb(204,178,76); }
H1.HeaderClassName
{
color: #CCB24C;
}
.AnyTagClassName
{
color: #CCB24C;
}
</style>
background-color css
<style>
a { background-color: #CCB24C; }
a { background-color: rgb(204,178,76); }
div.DivClassName
{
background-color: #CCB24C;
}
.BgClassName
{
background-color: #CCB24C;
}
</style>
border-color css
<style>
span { border-color: #CCB24C; }
span { border-color: rgb(204,178,76); }
td.TdClassName
{
border-color: #CCB24C;
}
.TagClassName
{
border-color: #CCB24C;
}
</style>