Shades of Deco #D6DF81
Tints of Deco #D6DF81
RGB
CMYK
RGB Variations
Color information
#D6DF81 (or 0xD6DF81) is known color: Deco. HEX triplet: D6, DF and 81. RGB value is (214,223,129). Sum of RGB (Red+Green+Blue) = 214+223+129=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF81 is #29207E. Grayscale: #D1D1D1. Windows color (decimal): -2695295 or 8511446. OLE color: 8511446.
HSL color Cylindrical-coordinate representation of color #D6DF81: hue angle of 65.74º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6DF81 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 129 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.13 |
| HSL | 65.74º | 0.59% | 0.69% | - |
| HSV(B) | 65.74º | 0.42% | 0.87% | - |
| XYZ | 58.08 | 68.66 | 30.96 | - |
| YUV | 209.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 129 | 0.04 | 0 | 0.42 | 0.13 | 65.74 | 0.59 | 0.69 |
| Hex | D6 | DF | 81 | 4 | 0 | 2A | D | 42 | 3B | 45 |
| Octal | 326 | 337 | 201 | 4 | 0 | 52 | 15 | 102 | 73 | 105 |
| Binary | 11010110 | 11011111 | 10000001 | 100 | 0 | 101010 | 1101 | 1000010 | 111011 | 1000101 |
Color Harmonies of #D6DF81
Complementary color
Monochromatic Colors of #D6DF81
Black with #D6DF81
Text Example
Text Example
White with #D6DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF81; }
p { color: rgb(214,223,129); }
H1.HeaderClassName
{
color: #D6DF81;
}
.AnyTagClassName
{
color: #D6DF81;
}
</style>
background-color css
<style>
a { background-color: #D6DF81; }
a { background-color: rgb(214,223,129); }
div.DivClassName
{
background-color: #D6DF81;
}
.BgClassName
{
background-color: #D6DF81;
}
</style>
border-color css
<style>
span { border-color: #D6DF81; }
span { border-color: rgb(214,223,129); }
td.TdClassName
{
border-color: #D6DF81;
}
.TagClassName
{
border-color: #D6DF81;
}
</style>