Shades of Deco #D1DC96
Tints of Deco #D1DC96
RGB
CMYK
RGB Variations
Color information
#D1DC96 (or 0xD1DC96) is known color: Deco. HEX triplet: D1, DC and 96. RGB value is (209,220,150). Sum of RGB (Red+Green+Blue) = 209+220+150=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DC96 is #2E2369. Grayscale: #D0D0D0. Windows color (decimal): -3023722 or 9886929. OLE color: 9886929.
HSL color Cylindrical-coordinate representation of color #D1DC96: hue angle of 69.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1DC96 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 150 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.14 |
| HSL | 69.43º | 0.5% | 0.73% | - |
| HSV(B) | 69.43º | 0.32% | 0.86% | - |
| XYZ | 57.39 | 66.94 | 38.75 | - |
| YUV | 208.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 150 | 0.05 | 0 | 0.32 | 0.14 | 69.43 | 0.5 | 0.73 |
| Hex | D1 | DC | 96 | 5 | 0 | 20 | E | 45 | 32 | 49 |
| Octal | 321 | 334 | 226 | 5 | 0 | 40 | 16 | 105 | 62 | 111 |
| Binary | 11010001 | 11011100 | 10010110 | 101 | 0 | 100000 | 1110 | 1000101 | 110010 | 1001001 |
Color Harmonies of #D1DC96
Complementary color
Monochromatic Colors of #D1DC96
Black with #D1DC96
Text Example
Text Example
White with #D1DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC96; }
p { color: rgb(209,220,150); }
H1.HeaderClassName
{
color: #D1DC96;
}
.AnyTagClassName
{
color: #D1DC96;
}
</style>
background-color css
<style>
a { background-color: #D1DC96; }
a { background-color: rgb(209,220,150); }
div.DivClassName
{
background-color: #D1DC96;
}
.BgClassName
{
background-color: #D1DC96;
}
</style>
border-color css
<style>
span { border-color: #D1DC96; }
span { border-color: rgb(209,220,150); }
td.TdClassName
{
border-color: #D1DC96;
}
.TagClassName
{
border-color: #D1DC96;
}
</style>