Shades of Deco #D7DD83
Tints of Deco #D7DD83
RGB
CMYK
RGB Variations
Color information
#D7DD83 (or 0xD7DD83) is known color: Deco. HEX triplet: D7, DD and 83. RGB value is (215,221,131). Sum of RGB (Red+Green+Blue) = 215+221+131=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DD83 is #28227C. Grayscale: #D1D1D1. Windows color (decimal): -2630269 or 8642007. OLE color: 8642007.
HSL color Cylindrical-coordinate representation of color #D7DD83: hue angle of 64º 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 #D7DD83 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 221 | 131 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.13 |
| HSL | 64º | 0.57% | 0.69% | - |
| HSV(B) | 64º | 0.41% | 0.87% | - |
| XYZ | 57.98 | 67.8 | 31.5 | - |
| YUV | 208.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 131 | 0.03 | 0 | 0.41 | 0.13 | 64 | 0.57 | 0.69 |
| Hex | D7 | DD | 83 | 3 | 0 | 29 | D | 40 | 39 | 45 |
| Octal | 327 | 335 | 203 | 3 | 0 | 51 | 15 | 100 | 71 | 105 |
| Binary | 11010111 | 11011101 | 10000011 | 11 | 0 | 101001 | 1101 | 1000000 | 111001 | 1000101 |
Color Harmonies of #D7DD83
Complementary color
Monochromatic Colors of #D7DD83
Black with #D7DD83
Text Example
Text Example
White with #D7DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DD83; }
p { color: rgb(215,221,131); }
H1.HeaderClassName
{
color: #D7DD83;
}
.AnyTagClassName
{
color: #D7DD83;
}
</style>
background-color css
<style>
a { background-color: #D7DD83; }
a { background-color: rgb(215,221,131); }
div.DivClassName
{
background-color: #D7DD83;
}
.BgClassName
{
background-color: #D7DD83;
}
</style>
border-color css
<style>
span { border-color: #D7DD83; }
span { border-color: rgb(215,221,131); }
td.TdClassName
{
border-color: #D7DD83;
}
.TagClassName
{
border-color: #D7DD83;
}
</style>