Shades of Sundance #CCB14C
Tints of Sundance #CCB14C
RGB
CMYK
RGB Variations
Color information
#CCB14C (or 0xCCB14C) is known color: Sundance. HEX triplet: CC, B1 and 4C. RGB value is (204,177,76). Sum of RGB (Red+Green+Blue) = 204+177+76=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB14C is #334EB3. Grayscale: #ADADAD. Windows color (decimal): -3362484 or 5026252. OLE color: 5026252.
HSL color Cylindrical-coordinate representation of color #CCB14C: hue angle of 47.34º 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 #CCB14C is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 76 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.2 |
| HSL | 47.34º | 0.56% | 0.55% | - |
| HSV(B) | 47.34º | 0.63% | 0.8% | - |
| XYZ | 41.93 | 44.8 | 13.28 | - |
| YUV | 173.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 76 | 0 | 0.13 | 0.63 | 0.2 | 47.34 | 0.56 | 0.55 |
| Hex | CC | B1 | 4C | 0 | D | 3F | 14 | 2F | 38 | 37 |
| Octal | 314 | 261 | 114 | 0 | 15 | 77 | 24 | 57 | 70 | 67 |
| Binary | 11001100 | 10110001 | 1001100 | 0 | 1101 | 111111 | 10100 | 101111 | 111000 | 110111 |
Color Harmonies of #CCB14C
Complementary color
Monochromatic Colors of #CCB14C
Black with #CCB14C
Text Example
Text Example
White with #CCB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB14C; }
p { color: rgb(204,177,76); }
H1.HeaderClassName
{
color: #CCB14C;
}
.AnyTagClassName
{
color: #CCB14C;
}
</style>
background-color css
<style>
a { background-color: #CCB14C; }
a { background-color: rgb(204,177,76); }
div.DivClassName
{
background-color: #CCB14C;
}
.BgClassName
{
background-color: #CCB14C;
}
</style>
border-color css
<style>
span { border-color: #CCB14C; }
span { border-color: rgb(204,177,76); }
td.TdClassName
{
border-color: #CCB14C;
}
.TagClassName
{
border-color: #CCB14C;
}
</style>