Shades of Deco #D2D682
Tints of Deco #D2D682
RGB
CMYK
RGB Variations
Color information
#D2D682 (or 0xD2D682) is known color: Deco. HEX triplet: D2, D6 and 82. RGB value is (210,214,130). Sum of RGB (Red+Green+Blue) = 210+214+130=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D682 is #2D297D. Grayscale: #CBCBCB. Windows color (decimal): -2959742 or 8574674. OLE color: 8574674.
HSL color Cylindrical-coordinate representation of color #D2D682: hue angle of 62.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2D682 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 130 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.16 |
| HSL | 62.86º | 0.51% | 0.67% | - |
| HSV(B) | 62.86º | 0.39% | 0.84% | - |
| XYZ | 54.65 | 63.41 | 30.48 | - |
| YUV | 203.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 130 | 0.02 | 0 | 0.39 | 0.16 | 62.86 | 0.51 | 0.67 |
| Hex | D2 | D6 | 82 | 2 | 0 | 27 | 10 | 3F | 33 | 43 |
| Octal | 322 | 326 | 202 | 2 | 0 | 47 | 20 | 77 | 63 | 103 |
| Binary | 11010010 | 11010110 | 10000010 | 10 | 0 | 100111 | 10000 | 111111 | 110011 | 1000011 |
Color Harmonies of #D2D682
Complementary color
Monochromatic Colors of #D2D682
Black with #D2D682
Text Example
Text Example
White with #D2D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D682; }
p { color: rgb(210,214,130); }
H1.HeaderClassName
{
color: #D2D682;
}
.AnyTagClassName
{
color: #D2D682;
}
</style>
background-color css
<style>
a { background-color: #D2D682; }
a { background-color: rgb(210,214,130); }
div.DivClassName
{
background-color: #D2D682;
}
.BgClassName
{
background-color: #D2D682;
}
</style>
border-color css
<style>
span { border-color: #D2D682; }
span { border-color: rgb(210,214,130); }
td.TdClassName
{
border-color: #D2D682;
}
.TagClassName
{
border-color: #D2D682;
}
</style>