Shades of Deco #CCD17D
Tints of Deco #CCD17D
RGB
CMYK
RGB Variations
Color information
#CCD17D (or 0xCCD17D) is known color: Deco. HEX triplet: CC, D1 and 7D. RGB value is (204,209,125). Sum of RGB (Red+Green+Blue) = 204+209+125=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD17D is #332E82. Grayscale: #C6C6C6. Windows color (decimal): -3354243 or 8245708. OLE color: 8245708.
HSL color Cylindrical-coordinate representation of color #CCD17D: hue angle of 63.57º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD17D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 125 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.18 |
| HSL | 63.57º | 0.48% | 0.65% | - |
| HSV(B) | 63.57º | 0.4% | 0.82% | - |
| XYZ | 51.4 | 59.92 | 28.26 | - |
| YUV | 197.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 125 | 0.02 | 0 | 0.40 | 0.18 | 63.57 | 0.48 | 0.65 |
| Hex | CC | D1 | 7D | 2 | 0 | 28 | 12 | 40 | 30 | 41 |
| Octal | 314 | 321 | 175 | 2 | 0 | 50 | 22 | 100 | 60 | 101 |
| Binary | 11001100 | 11010001 | 1111101 | 10 | 0 | 101000 | 10010 | 1000000 | 110000 | 1000001 |
Color Harmonies of #CCD17D
Complementary color
Monochromatic Colors of #CCD17D
Black with #CCD17D
Text Example
Text Example
White with #CCD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD17D; }
p { color: rgb(204,209,125); }
H1.HeaderClassName
{
color: #CCD17D;
}
.AnyTagClassName
{
color: #CCD17D;
}
</style>
background-color css
<style>
a { background-color: #CCD17D; }
a { background-color: rgb(204,209,125); }
div.DivClassName
{
background-color: #CCD17D;
}
.BgClassName
{
background-color: #CCD17D;
}
</style>
border-color css
<style>
span { border-color: #CCD17D; }
span { border-color: rgb(204,209,125); }
td.TdClassName
{
border-color: #CCD17D;
}
.TagClassName
{
border-color: #CCD17D;
}
</style>