Shades of Deco #D1DA7F
Tints of Deco #D1DA7F
RGB
CMYK
RGB Variations
Color information
#D1DA7F (or 0xD1DA7F) is known color: Deco. HEX triplet: D1, DA and 7F. RGB value is (209,218,127). Sum of RGB (Red+Green+Blue) = 209+218+127=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA7F is #2E2580. Grayscale: #CDCDCD. Windows color (decimal): -3024257 or 8379089. OLE color: 8379089.
HSL color Cylindrical-coordinate representation of color #D1DA7F: hue angle of 65.93º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1DA7F is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 127 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.15 |
| HSL | 65.93º | 0.55% | 0.68% | - |
| HSV(B) | 65.93º | 0.42% | 0.85% | - |
| XYZ | 55.2 | 65.23 | 29.76 | - |
| YUV | 204.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 127 | 0.04 | 0 | 0.42 | 0.15 | 65.93 | 0.55 | 0.68 |
| Hex | D1 | DA | 7F | 4 | 0 | 2A | F | 42 | 37 | 44 |
| Octal | 321 | 332 | 177 | 4 | 0 | 52 | 17 | 102 | 67 | 104 |
| Binary | 11010001 | 11011010 | 1111111 | 100 | 0 | 101010 | 1111 | 1000010 | 110111 | 1000100 |
Color Harmonies of #D1DA7F
Complementary color
Monochromatic Colors of #D1DA7F
Black with #D1DA7F
Text Example
Text Example
White with #D1DA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA7F; }
p { color: rgb(209,218,127); }
H1.HeaderClassName
{
color: #D1DA7F;
}
.AnyTagClassName
{
color: #D1DA7F;
}
</style>
background-color css
<style>
a { background-color: #D1DA7F; }
a { background-color: rgb(209,218,127); }
div.DivClassName
{
background-color: #D1DA7F;
}
.BgClassName
{
background-color: #D1DA7F;
}
</style>
border-color css
<style>
span { border-color: #D1DA7F; }
span { border-color: rgb(209,218,127); }
td.TdClassName
{
border-color: #D1DA7F;
}
.TagClassName
{
border-color: #D1DA7F;
}
</style>