Shades of Deco #D1DB7F
Tints of Deco #D1DB7F
RGB
CMYK
RGB Variations
Color information
#D1DB7F (or 0xD1DB7F) is known color: Deco. HEX triplet: D1, DB and 7F. RGB value is (209,219,127). Sum of RGB (Red+Green+Blue) = 209+219+127=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB7F is #2E2480. Grayscale: #CDCDCD. Windows color (decimal): -3024001 or 8379345. OLE color: 8379345.
HSL color Cylindrical-coordinate representation of color #D1DB7F: hue angle of 66.52º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1DB7F is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 127 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.14 |
| HSL | 66.52º | 0.56% | 0.68% | - |
| HSV(B) | 66.52º | 0.42% | 0.86% | - |
| XYZ | 55.46 | 65.75 | 29.85 | - |
| YUV | 205.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 127 | 0.05 | 0 | 0.42 | 0.14 | 66.52 | 0.56 | 0.68 |
| Hex | D1 | DB | 7F | 5 | 0 | 2A | E | 43 | 38 | 44 |
| Octal | 321 | 333 | 177 | 5 | 0 | 52 | 16 | 103 | 70 | 104 |
| Binary | 11010001 | 11011011 | 1111111 | 101 | 0 | 101010 | 1110 | 1000011 | 111000 | 1000100 |
Color Harmonies of #D1DB7F
Complementary color
Monochromatic Colors of #D1DB7F
Black with #D1DB7F
Text Example
Text Example
White with #D1DB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB7F; }
p { color: rgb(209,219,127); }
H1.HeaderClassName
{
color: #D1DB7F;
}
.AnyTagClassName
{
color: #D1DB7F;
}
</style>
background-color css
<style>
a { background-color: #D1DB7F; }
a { background-color: rgb(209,219,127); }
div.DivClassName
{
background-color: #D1DB7F;
}
.BgClassName
{
background-color: #D1DB7F;
}
</style>
border-color css
<style>
span { border-color: #D1DB7F; }
span { border-color: rgb(209,219,127); }
td.TdClassName
{
border-color: #D1DB7F;
}
.TagClassName
{
border-color: #D1DB7F;
}
</style>