Shades of Deco #D7D282
Tints of Deco #D7D282
RGB
CMYK
RGB Variations
Color information
#D7D282 (or 0xD7D282) is known color: Deco. HEX triplet: D7, D2 and 82. RGB value is (215,210,130). Sum of RGB (Red+Green+Blue) = 215+210+130=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D282 is #282D7D. Grayscale: #CACACA. Windows color (decimal): -2633086 or 8573655. OLE color: 8573655.
HSL color Cylindrical-coordinate representation of color #D7D282: hue angle of 56.47º 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 #D7D282 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 130 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.16 |
| HSL | 56.47º | 0.52% | 0.68% | - |
| HSV(B) | 56.47º | 0.4% | 0.84% | - |
| XYZ | 55.1 | 62.15 | 30.21 | - |
| YUV | 202.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 130 | 0 | 0.02 | 0.40 | 0.16 | 56.47 | 0.52 | 0.68 |
| Hex | D7 | D2 | 82 | 0 | 2 | 28 | 10 | 38 | 34 | 44 |
| Octal | 327 | 322 | 202 | 0 | 2 | 50 | 20 | 70 | 64 | 104 |
| Binary | 11010111 | 11010010 | 10000010 | 0 | 10 | 101000 | 10000 | 111000 | 110100 | 1000100 |
Color Harmonies of #D7D282
Complementary color
Monochromatic Colors of #D7D282
Black with #D7D282
Text Example
Text Example
White with #D7D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D282; }
p { color: rgb(215,210,130); }
H1.HeaderClassName
{
color: #D7D282;
}
.AnyTagClassName
{
color: #D7D282;
}
</style>
background-color css
<style>
a { background-color: #D7D282; }
a { background-color: rgb(215,210,130); }
div.DivClassName
{
background-color: #D7D282;
}
.BgClassName
{
background-color: #D7D282;
}
</style>
border-color css
<style>
span { border-color: #D7D282; }
span { border-color: rgb(215,210,130); }
td.TdClassName
{
border-color: #D7D282;
}
.TagClassName
{
border-color: #D7D282;
}
</style>