Shades of Deco #D6D57E
Tints of Deco #D6D57E
RGB
CMYK
RGB Variations
Color information
#D6D57E (or 0xD6D57E) is known color: Deco. HEX triplet: D6, D5 and 7E. RGB value is (214,213,126). Sum of RGB (Red+Green+Blue) = 214+213+126=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D57E is #292A81. Grayscale: #CBCBCB. Windows color (decimal): -2697858 or 8312278. OLE color: 8312278.
HSL color Cylindrical-coordinate representation of color #D6D57E: hue angle of 59.32º degrees, saturation: 0.52, 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 #D6D57E is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 126 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.16 |
| HSL | 59.32º | 0.52% | 0.67% | - |
| HSV(B) | 59.32º | 0.41% | 0.84% | - |
| XYZ | 55.29 | 63.39 | 29.06 | - |
| YUV | 203.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 126 | 0 | 0.00 | 0.41 | 0.16 | 59.32 | 0.52 | 0.67 |
| Hex | D6 | D5 | 7E | 0 | 0 | 29 | 10 | 3B | 34 | 43 |
| Octal | 326 | 325 | 176 | 0 | 0 | 51 | 20 | 73 | 64 | 103 |
| Binary | 11010110 | 11010101 | 1111110 | 0 | 0 | 101001 | 10000 | 111011 | 110100 | 1000011 |
Color Harmonies of #D6D57E
Complementary color
Monochromatic Colors of #D6D57E
Black with #D6D57E
Text Example
Text Example
White with #D6D57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D57E; }
p { color: rgb(214,213,126); }
H1.HeaderClassName
{
color: #D6D57E;
}
.AnyTagClassName
{
color: #D6D57E;
}
</style>
background-color css
<style>
a { background-color: #D6D57E; }
a { background-color: rgb(214,213,126); }
div.DivClassName
{
background-color: #D6D57E;
}
.BgClassName
{
background-color: #D6D57E;
}
</style>
border-color css
<style>
span { border-color: #D6D57E; }
span { border-color: rgb(214,213,126); }
td.TdClassName
{
border-color: #D6D57E;
}
.TagClassName
{
border-color: #D6D57E;
}
</style>