Shades of Deco #D1D682
Tints of Deco #D1D682
RGB
CMYK
RGB Variations
Color information
#D1D682 (or 0xD1D682) is known color: Deco. HEX triplet: D1, D6 and 82. RGB value is (209,214,130). Sum of RGB (Red+Green+Blue) = 209+214+130=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D682 is #2E297D. Grayscale: #CBCBCB. Windows color (decimal): -3025278 or 8574673. OLE color: 8574673.
HSL color Cylindrical-coordinate representation of color #D1D682: hue angle of 63.57º 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 #D1D682 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 130 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.16 |
| HSL | 63.57º | 0.51% | 0.67% | - |
| HSV(B) | 63.57º | 0.39% | 0.84% | - |
| XYZ | 54.37 | 63.26 | 30.46 | - |
| YUV | 202.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 130 | 0.02 | 0 | 0.39 | 0.16 | 63.57 | 0.51 | 0.67 |
| Hex | D1 | D6 | 82 | 2 | 0 | 27 | 10 | 40 | 33 | 43 |
| Octal | 321 | 326 | 202 | 2 | 0 | 47 | 20 | 100 | 63 | 103 |
| Binary | 11010001 | 11010110 | 10000010 | 10 | 0 | 100111 | 10000 | 1000000 | 110011 | 1000011 |
Color Harmonies of #D1D682
Complementary color
Monochromatic Colors of #D1D682
Black with #D1D682
Text Example
Text Example
White with #D1D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D682; }
p { color: rgb(209,214,130); }
H1.HeaderClassName
{
color: #D1D682;
}
.AnyTagClassName
{
color: #D1D682;
}
</style>
background-color css
<style>
a { background-color: #D1D682; }
a { background-color: rgb(209,214,130); }
div.DivClassName
{
background-color: #D1D682;
}
.BgClassName
{
background-color: #D1D682;
}
</style>
border-color css
<style>
span { border-color: #D1D682; }
span { border-color: rgb(209,214,130); }
td.TdClassName
{
border-color: #D1D682;
}
.TagClassName
{
border-color: #D1D682;
}
</style>