Shades of Deco #D1D67F
Tints of Deco #D1D67F
RGB
CMYK
RGB Variations
Color information
#D1D67F (or 0xD1D67F) is known color: Deco. HEX triplet: D1, D6 and 7F. RGB value is (209,214,127). Sum of RGB (Red+Green+Blue) = 209+214+127=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D67F is #2E2980. Grayscale: #CACACA. Windows color (decimal): -3025281 or 8378065. OLE color: 8378065.
HSL color Cylindrical-coordinate representation of color #D1D67F: hue angle of 63.45º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1D67F is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 127 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.16 |
| HSL | 63.45º | 0.51% | 0.67% | - |
| HSV(B) | 63.45º | 0.41% | 0.84% | - |
| XYZ | 54.17 | 63.18 | 29.42 | - |
| YUV | 202.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 127 | 0.02 | 0 | 0.41 | 0.16 | 63.45 | 0.51 | 0.67 |
| Hex | D1 | D6 | 7F | 2 | 0 | 29 | 10 | 3F | 33 | 43 |
| Octal | 321 | 326 | 177 | 2 | 0 | 51 | 20 | 77 | 63 | 103 |
| Binary | 11010001 | 11010110 | 1111111 | 10 | 0 | 101001 | 10000 | 111111 | 110011 | 1000011 |
Color Harmonies of #D1D67F
Complementary color
Monochromatic Colors of #D1D67F
Black with #D1D67F
Text Example
Text Example
White with #D1D67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D67F; }
p { color: rgb(209,214,127); }
H1.HeaderClassName
{
color: #D1D67F;
}
.AnyTagClassName
{
color: #D1D67F;
}
</style>
background-color css
<style>
a { background-color: #D1D67F; }
a { background-color: rgb(209,214,127); }
div.DivClassName
{
background-color: #D1D67F;
}
.BgClassName
{
background-color: #D1D67F;
}
</style>
border-color css
<style>
span { border-color: #D1D67F; }
span { border-color: rgb(209,214,127); }
td.TdClassName
{
border-color: #D1D67F;
}
.TagClassName
{
border-color: #D1D67F;
}
</style>