Shades of Deco #CDD88E
Tints of Deco #CDD88E
RGB
CMYK
RGB Variations
Color information
#CDD88E (or 0xCDD88E) is known color: Deco. HEX triplet: CD, D8 and 8E. RGB value is (205,216,142). Sum of RGB (Red+Green+Blue) = 205+216+142=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD88E is #322771. Grayscale: #CCCCCC. Windows color (decimal): -3286898 or 9361613. OLE color: 9361613.
HSL color Cylindrical-coordinate representation of color #CDD88E: hue angle of 68.92º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDD88E is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 142 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.15 |
| HSL | 68.92º | 0.49% | 0.7% | - |
| HSV(B) | 68.92º | 0.34% | 0.85% | - |
| XYZ | 54.62 | 64.04 | 35.07 | - |
| YUV | 204.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 142 | 0.05 | 0 | 0.34 | 0.15 | 68.92 | 0.49 | 0.7 |
| Hex | CD | D8 | 8E | 5 | 0 | 22 | F | 45 | 31 | 46 |
| Octal | 315 | 330 | 216 | 5 | 0 | 42 | 17 | 105 | 61 | 106 |
| Binary | 11001101 | 11011000 | 10001110 | 101 | 0 | 100010 | 1111 | 1000101 | 110001 | 1000110 |
Color Harmonies of #CDD88E
Complementary color
Monochromatic Colors of #CDD88E
Black with #CDD88E
Text Example
Text Example
White with #CDD88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD88E; }
p { color: rgb(205,216,142); }
H1.HeaderClassName
{
color: #CDD88E;
}
.AnyTagClassName
{
color: #CDD88E;
}
</style>
background-color css
<style>
a { background-color: #CDD88E; }
a { background-color: rgb(205,216,142); }
div.DivClassName
{
background-color: #CDD88E;
}
.BgClassName
{
background-color: #CDD88E;
}
</style>
border-color css
<style>
span { border-color: #CDD88E; }
span { border-color: rgb(205,216,142); }
td.TdClassName
{
border-color: #CDD88E;
}
.TagClassName
{
border-color: #CDD88E;
}
</style>