Shades of Deco #D6DA8A
Tints of Deco #D6DA8A
RGB
CMYK
RGB Variations
Color information
#D6DA8A (or 0xD6DA8A) is known color: Deco. HEX triplet: D6, DA and 8A. RGB value is (214,218,138). Sum of RGB (Red+Green+Blue) = 214+218+138=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA8A is #292575. Grayscale: #D0D0D0. Windows color (decimal): -2696566 or 9099990. OLE color: 9099990.
HSL color Cylindrical-coordinate representation of color #D6DA8A: hue angle of 63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6DA8A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 138 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.15 |
| HSL | 63º | 0.52% | 0.7% | - |
| HSV(B) | 63º | 0.37% | 0.85% | - |
| XYZ | 57.39 | 66.27 | 33.81 | - |
| YUV | 207.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 138 | 0.02 | 0 | 0.37 | 0.15 | 63 | 0.52 | 0.7 |
| Hex | D6 | DA | 8A | 2 | 0 | 25 | F | 3F | 34 | 46 |
| Octal | 326 | 332 | 212 | 2 | 0 | 45 | 17 | 77 | 64 | 106 |
| Binary | 11010110 | 11011010 | 10001010 | 10 | 0 | 100101 | 1111 | 111111 | 110100 | 1000110 |
Color Harmonies of #D6DA8A
Complementary color
Monochromatic Colors of #D6DA8A
Black with #D6DA8A
Text Example
Text Example
White with #D6DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DA8A; }
p { color: rgb(214,218,138); }
H1.HeaderClassName
{
color: #D6DA8A;
}
.AnyTagClassName
{
color: #D6DA8A;
}
</style>
background-color css
<style>
a { background-color: #D6DA8A; }
a { background-color: rgb(214,218,138); }
div.DivClassName
{
background-color: #D6DA8A;
}
.BgClassName
{
background-color: #D6DA8A;
}
</style>
border-color css
<style>
span { border-color: #D6DA8A; }
span { border-color: rgb(214,218,138); }
td.TdClassName
{
border-color: #D6DA8A;
}
.TagClassName
{
border-color: #D6DA8A;
}
</style>