Shades of Deco #D1DA8A
Tints of Deco #D1DA8A
RGB
CMYK
RGB Variations
Color information
#D1DA8A (or 0xD1DA8A) is known color: Deco. HEX triplet: D1, DA and 8A. RGB value is (209,218,138). Sum of RGB (Red+Green+Blue) = 209+218+138=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DA8A is #2E2575. Grayscale: #CECECE. Windows color (decimal): -3024246 or 9099985. OLE color: 9099985.
HSL color Cylindrical-coordinate representation of color #D1DA8A: hue angle of 66.75º 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 #D1DA8A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 138 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.15 |
| HSL | 66.75º | 0.52% | 0.7% | - |
| HSV(B) | 66.75º | 0.37% | 0.85% | - |
| XYZ | 55.95 | 65.53 | 33.74 | - |
| YUV | 206.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 138 | 0.04 | 0 | 0.37 | 0.15 | 66.75 | 0.52 | 0.7 |
| Hex | D1 | DA | 8A | 4 | 0 | 25 | F | 43 | 34 | 46 |
| Octal | 321 | 332 | 212 | 4 | 0 | 45 | 17 | 103 | 64 | 106 |
| Binary | 11010001 | 11011010 | 10001010 | 100 | 0 | 100101 | 1111 | 1000011 | 110100 | 1000110 |
Color Harmonies of #D1DA8A
Complementary color
Monochromatic Colors of #D1DA8A
Black with #D1DA8A
Text Example
Text Example
White with #D1DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA8A; }
p { color: rgb(209,218,138); }
H1.HeaderClassName
{
color: #D1DA8A;
}
.AnyTagClassName
{
color: #D1DA8A;
}
</style>
background-color css
<style>
a { background-color: #D1DA8A; }
a { background-color: rgb(209,218,138); }
div.DivClassName
{
background-color: #D1DA8A;
}
.BgClassName
{
background-color: #D1DA8A;
}
</style>
border-color css
<style>
span { border-color: #D1DA8A; }
span { border-color: rgb(209,218,138); }
td.TdClassName
{
border-color: #D1DA8A;
}
.TagClassName
{
border-color: #D1DA8A;
}
</style>