Shades of Deco #D6D17F
Tints of Deco #D6D17F
RGB
CMYK
RGB Variations
Color information
#D6D17F (or 0xD6D17F) is known color: Deco. HEX triplet: D6, D1 and 7F. RGB value is (214,209,127). Sum of RGB (Red+Green+Blue) = 214+209+127=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D17F is #292E80. Grayscale: #C9C9C9. Windows color (decimal): -2698881 or 8376790. OLE color: 8376790.
HSL color Cylindrical-coordinate representation of color #D6D17F: hue angle of 56.55º 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 #D6D17F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 127 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.16 |
| HSL | 56.55º | 0.51% | 0.67% | - |
| HSV(B) | 56.55º | 0.41% | 0.84% | - |
| XYZ | 54.36 | 61.43 | 29.07 | - |
| YUV | 201.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 127 | 0 | 0.02 | 0.41 | 0.16 | 56.55 | 0.51 | 0.67 |
| Hex | D6 | D1 | 7F | 0 | 2 | 29 | 10 | 39 | 33 | 43 |
| Octal | 326 | 321 | 177 | 0 | 2 | 51 | 20 | 71 | 63 | 103 |
| Binary | 11010110 | 11010001 | 1111111 | 0 | 10 | 101001 | 10000 | 111001 | 110011 | 1000011 |
Color Harmonies of #D6D17F
Complementary color
Monochromatic Colors of #D6D17F
Black with #D6D17F
Text Example
Text Example
White with #D6D17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D17F; }
p { color: rgb(214,209,127); }
H1.HeaderClassName
{
color: #D6D17F;
}
.AnyTagClassName
{
color: #D6D17F;
}
</style>
background-color css
<style>
a { background-color: #D6D17F; }
a { background-color: rgb(214,209,127); }
div.DivClassName
{
background-color: #D6D17F;
}
.BgClassName
{
background-color: #D6D17F;
}
</style>
border-color css
<style>
span { border-color: #D6D17F; }
span { border-color: rgb(214,209,127); }
td.TdClassName
{
border-color: #D6D17F;
}
.TagClassName
{
border-color: #D6D17F;
}
</style>