Shades of Deco #D6D78D
Tints of Deco #D6D78D
RGB
CMYK
RGB Variations
Color information
#D6D78D (or 0xD6D78D) is known color: Deco. HEX triplet: D6, D7 and 8D. RGB value is (214,215,141). Sum of RGB (Red+Green+Blue) = 214+215+141=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D78D is #292872. Grayscale: #CECECE. Windows color (decimal): -2697331 or 9295830. OLE color: 9295830.
HSL color Cylindrical-coordinate representation of color #D6D78D: hue angle of 60.81º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6D78D is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 215 | 141 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.16 |
| HSL | 60.81º | 0.48% | 0.7% | - |
| HSV(B) | 60.81º | 0.34% | 0.84% | - |
| XYZ | 56.84 | 64.82 | 34.72 | - |
| YUV | 206.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 141 | 0.00 | 0 | 0.34 | 0.16 | 60.81 | 0.48 | 0.7 |
| Hex | D6 | D7 | 8D | 0 | 0 | 22 | 10 | 3D | 30 | 46 |
| Octal | 326 | 327 | 215 | 0 | 0 | 42 | 20 | 75 | 60 | 106 |
| Binary | 11010110 | 11010111 | 10001101 | 0 | 0 | 100010 | 10000 | 111101 | 110000 | 1000110 |
Color Harmonies of #D6D78D
Complementary color
Monochromatic Colors of #D6D78D
Black with #D6D78D
Text Example
Text Example
White with #D6D78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D78D; }
p { color: rgb(214,215,141); }
H1.HeaderClassName
{
color: #D6D78D;
}
.AnyTagClassName
{
color: #D6D78D;
}
</style>
background-color css
<style>
a { background-color: #D6D78D; }
a { background-color: rgb(214,215,141); }
div.DivClassName
{
background-color: #D6D78D;
}
.BgClassName
{
background-color: #D6D78D;
}
</style>
border-color css
<style>
span { border-color: #D6D78D; }
span { border-color: rgb(214,215,141); }
td.TdClassName
{
border-color: #D6D78D;
}
.TagClassName
{
border-color: #D6D78D;
}
</style>