Shades of Deco #D6DD83
Tints of Deco #D6DD83
RGB
CMYK
RGB Variations
Color information
#D6DD83 (or 0xD6DD83) is known color: Deco. HEX triplet: D6, DD and 83. RGB value is (214,221,131). Sum of RGB (Red+Green+Blue) = 214+221+131=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DD83 is #29227C. Grayscale: #D0D0D0. Windows color (decimal): -2695805 or 8642006. OLE color: 8642006.
HSL color Cylindrical-coordinate representation of color #D6DD83: hue angle of 64.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6DD83 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 131 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.13 |
| HSL | 64.67º | 0.57% | 0.69% | - |
| HSV(B) | 64.67º | 0.41% | 0.87% | - |
| XYZ | 57.68 | 67.65 | 31.49 | - |
| YUV | 208.65 | 84.18 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 131 | 0.03 | 0 | 0.41 | 0.13 | 64.67 | 0.57 | 0.69 |
| Hex | D6 | DD | 83 | 3 | 0 | 29 | D | 41 | 39 | 45 |
| Octal | 326 | 335 | 203 | 3 | 0 | 51 | 15 | 101 | 71 | 105 |
| Binary | 11010110 | 11011101 | 10000011 | 11 | 0 | 101001 | 1101 | 1000001 | 111001 | 1000101 |
Color Harmonies of #D6DD83
Complementary color
Monochromatic Colors of #D6DD83
Black with #D6DD83
Text Example
Text Example
White with #D6DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD83; }
p { color: rgb(214,221,131); }
H1.HeaderClassName
{
color: #D6DD83;
}
.AnyTagClassName
{
color: #D6DD83;
}
</style>
background-color css
<style>
a { background-color: #D6DD83; }
a { background-color: rgb(214,221,131); }
div.DivClassName
{
background-color: #D6DD83;
}
.BgClassName
{
background-color: #D6DD83;
}
</style>
border-color css
<style>
span { border-color: #D6DD83; }
span { border-color: rgb(214,221,131); }
td.TdClassName
{
border-color: #D6DD83;
}
.TagClassName
{
border-color: #D6DD83;
}
</style>