Shades of Deco #CCD877
Tints of Deco #CCD877
RGB
CMYK
RGB Variations
Color information
#CCD877 (or 0xCCD877) is known color: Deco. HEX triplet: CC, D8 and 77. RGB value is (204,216,119). Sum of RGB (Red+Green+Blue) = 204+216+119=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD877 is #332788. Grayscale: #C9C9C9. Windows color (decimal): -3352457 or 7854284. OLE color: 7854284.
HSL color Cylindrical-coordinate representation of color #CCD877: hue angle of 67.42º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCD877 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 119 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.15 |
| HSL | 67.42º | 0.55% | 0.66% | - |
| HSV(B) | 67.42º | 0.45% | 0.85% | - |
| XYZ | 52.79 | 63.28 | 26.89 | - |
| YUV | 201.35 | 81.52 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 119 | 0.06 | 0 | 0.45 | 0.15 | 67.42 | 0.55 | 0.66 |
| Hex | CC | D8 | 77 | 6 | 0 | 2D | F | 43 | 37 | 42 |
| Octal | 314 | 330 | 167 | 6 | 0 | 55 | 17 | 103 | 67 | 102 |
| Binary | 11001100 | 11011000 | 1110111 | 110 | 0 | 101101 | 1111 | 1000011 | 110111 | 1000010 |
Color Harmonies of #CCD877
Complementary color
Monochromatic Colors of #CCD877
Black with #CCD877
Text Example
Text Example
White with #CCD877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD877; }
p { color: rgb(204,216,119); }
H1.HeaderClassName
{
color: #CCD877;
}
.AnyTagClassName
{
color: #CCD877;
}
</style>
background-color css
<style>
a { background-color: #CCD877; }
a { background-color: rgb(204,216,119); }
div.DivClassName
{
background-color: #CCD877;
}
.BgClassName
{
background-color: #CCD877;
}
</style>
border-color css
<style>
span { border-color: #CCD877; }
span { border-color: rgb(204,216,119); }
td.TdClassName
{
border-color: #CCD877;
}
.TagClassName
{
border-color: #CCD877;
}
</style>