Shades of Deco #CED17D
Tints of Deco #CED17D
RGB
CMYK
RGB Variations
Color information
#CED17D (or 0xCED17D) is known color: Deco. HEX triplet: CE, D1 and 7D. RGB value is (206,209,125). Sum of RGB (Red+Green+Blue) = 206+209+125=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #CED17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED17D is #312E82. Grayscale: #C6C6C6. Windows color (decimal): -3223171 or 8245710. OLE color: 8245710.
HSL color Cylindrical-coordinate representation of color #CED17D: hue angle of 62.14º 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 #CED17D is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 125 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.18 |
| HSL | 62.14º | 0.48% | 0.65% | - |
| HSV(B) | 62.14º | 0.4% | 0.82% | - |
| XYZ | 51.96 | 60.2 | 28.28 | - |
| YUV | 198.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 125 | 0.01 | 0 | 0.40 | 0.18 | 62.14 | 0.48 | 0.65 |
| Hex | CE | D1 | 7D | 1 | 0 | 28 | 12 | 3E | 30 | 41 |
| Octal | 316 | 321 | 175 | 1 | 0 | 50 | 22 | 76 | 60 | 101 |
| Binary | 11001110 | 11010001 | 1111101 | 1 | 0 | 101000 | 10010 | 111110 | 110000 | 1000001 |
Color Harmonies of #CED17D
Complementary color
Monochromatic Colors of #CED17D
Black with #CED17D
Text Example
Text Example
White with #CED17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED17D; }
p { color: rgb(206,209,125); }
H1.HeaderClassName
{
color: #CED17D;
}
.AnyTagClassName
{
color: #CED17D;
}
</style>
background-color css
<style>
a { background-color: #CED17D; }
a { background-color: rgb(206,209,125); }
div.DivClassName
{
background-color: #CED17D;
}
.BgClassName
{
background-color: #CED17D;
}
</style>
border-color css
<style>
span { border-color: #CED17D; }
span { border-color: rgb(206,209,125); }
td.TdClassName
{
border-color: #CED17D;
}
.TagClassName
{
border-color: #CED17D;
}
</style>