Shades of Deco #D7D682
Tints of Deco #D7D682
RGB
CMYK
RGB Variations
Color information
#D7D682 (or 0xD7D682) is known color: Deco. HEX triplet: D7, D6 and 82. RGB value is (215,214,130). Sum of RGB (Red+Green+Blue) = 215+214+130=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D682 is #28297D. Grayscale: #CDCDCD. Windows color (decimal): -2632062 or 8574679. OLE color: 8574679.
HSL color Cylindrical-coordinate representation of color #D7D682: hue angle of 59.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7D682 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 130 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.16 |
| HSL | 59.29º | 0.52% | 0.68% | - |
| HSV(B) | 59.29º | 0.4% | 0.84% | - |
| XYZ | 56.1 | 64.15 | 30.54 | - |
| YUV | 204.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 130 | 0 | 0.00 | 0.40 | 0.16 | 59.29 | 0.52 | 0.68 |
| Hex | D7 | D6 | 82 | 0 | 0 | 28 | 10 | 3B | 34 | 44 |
| Octal | 327 | 326 | 202 | 0 | 0 | 50 | 20 | 73 | 64 | 104 |
| Binary | 11010111 | 11010110 | 10000010 | 0 | 0 | 101000 | 10000 | 111011 | 110100 | 1000100 |
Color Harmonies of #D7D682
Complementary color
Monochromatic Colors of #D7D682
Black with #D7D682
Text Example
Text Example
White with #D7D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D682; }
p { color: rgb(215,214,130); }
H1.HeaderClassName
{
color: #D7D682;
}
.AnyTagClassName
{
color: #D7D682;
}
</style>
background-color css
<style>
a { background-color: #D7D682; }
a { background-color: rgb(215,214,130); }
div.DivClassName
{
background-color: #D7D682;
}
.BgClassName
{
background-color: #D7D682;
}
</style>
border-color css
<style>
span { border-color: #D7D682; }
span { border-color: rgb(215,214,130); }
td.TdClassName
{
border-color: #D7D682;
}
.TagClassName
{
border-color: #D7D682;
}
</style>