Shades of Deco #CCD17F
Tints of Deco #CCD17F
RGB
CMYK
RGB Variations
Color information
#CCD17F (or 0xCCD17F) is known color: Deco. HEX triplet: CC, D1 and 7F. RGB value is (204,209,127). Sum of RGB (Red+Green+Blue) = 204+209+127=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD17F is #332E80. Grayscale: #C6C6C6. Windows color (decimal): -3354241 or 8376780. OLE color: 8376780.
HSL color Cylindrical-coordinate representation of color #CCD17F: hue angle of 63.66º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD17F is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 127 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.18 |
| HSL | 63.66º | 0.47% | 0.66% | - |
| HSV(B) | 63.66º | 0.39% | 0.82% | - |
| XYZ | 51.53 | 59.97 | 28.94 | - |
| YUV | 198.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 127 | 0.02 | 0 | 0.39 | 0.18 | 63.66 | 0.47 | 0.66 |
| Hex | CC | D1 | 7F | 2 | 0 | 27 | 12 | 40 | 2F | 42 |
| Octal | 314 | 321 | 177 | 2 | 0 | 47 | 22 | 100 | 57 | 102 |
| Binary | 11001100 | 11010001 | 1111111 | 10 | 0 | 100111 | 10010 | 1000000 | 101111 | 1000010 |
Color Harmonies of #CCD17F
Complementary color
Monochromatic Colors of #CCD17F
Black with #CCD17F
Text Example
Text Example
White with #CCD17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD17F; }
p { color: rgb(204,209,127); }
H1.HeaderClassName
{
color: #CCD17F;
}
.AnyTagClassName
{
color: #CCD17F;
}
</style>
background-color css
<style>
a { background-color: #CCD17F; }
a { background-color: rgb(204,209,127); }
div.DivClassName
{
background-color: #CCD17F;
}
.BgClassName
{
background-color: #CCD17F;
}
</style>
border-color css
<style>
span { border-color: #CCD17F; }
span { border-color: rgb(204,209,127); }
td.TdClassName
{
border-color: #CCD17F;
}
.TagClassName
{
border-color: #CCD17F;
}
</style>