Shades of Deco #D1D679
Tints of Deco #D1D679
RGB
CMYK
RGB Variations
Color information
#D1D679 (or 0xD1D679) is known color: Deco. HEX triplet: D1, D6 and 79. RGB value is (209,214,121). Sum of RGB (Red+Green+Blue) = 209+214+121=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 121 (47.66% from 255 or 22.24% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D679 is #2E2986. Grayscale: #CACACA. Windows color (decimal): -3025287 or 7984849. OLE color: 7984849.
HSL color Cylindrical-coordinate representation of color #D1D679: hue angle of 63.23º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1D679 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 121 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.16 |
| HSL | 63.23º | 0.53% | 0.66% | - |
| HSV(B) | 63.23º | 0.43% | 0.84% | - |
| XYZ | 53.79 | 63.03 | 27.42 | - |
| YUV | 201.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 121 | 0.02 | 0 | 0.43 | 0.16 | 63.23 | 0.53 | 0.66 |
| Hex | D1 | D6 | 79 | 2 | 0 | 2B | 10 | 3F | 35 | 42 |
| Octal | 321 | 326 | 171 | 2 | 0 | 53 | 20 | 77 | 65 | 102 |
| Binary | 11010001 | 11010110 | 1111001 | 10 | 0 | 101011 | 10000 | 111111 | 110101 | 1000010 |
Color Harmonies of #D1D679
Complementary color
Monochromatic Colors of #D1D679
Black with #D1D679
Text Example
Text Example
White with #D1D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D679; }
p { color: rgb(209,214,121); }
H1.HeaderClassName
{
color: #D1D679;
}
.AnyTagClassName
{
color: #D1D679;
}
</style>
background-color css
<style>
a { background-color: #D1D679; }
a { background-color: rgb(209,214,121); }
div.DivClassName
{
background-color: #D1D679;
}
.BgClassName
{
background-color: #D1D679;
}
</style>
border-color css
<style>
span { border-color: #D1D679; }
span { border-color: rgb(209,214,121); }
td.TdClassName
{
border-color: #D1D679;
}
.TagClassName
{
border-color: #D1D679;
}
</style>