Shades of Deco #D3D682
Tints of Deco #D3D682
RGB
CMYK
RGB Variations
Color information
#D3D682 (or 0xD3D682) is known color: Deco. HEX triplet: D3, D6 and 82. RGB value is (211,214,130). Sum of RGB (Red+Green+Blue) = 211+214+130=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D682 is #2C297D. Grayscale: #CBCBCB. Windows color (decimal): -2894206 or 8574675. OLE color: 8574675.
HSL color Cylindrical-coordinate representation of color #D3D682: hue angle of 62.14º 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 #D3D682 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 130 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.16 |
| HSL | 62.14º | 0.51% | 0.67% | - |
| HSV(B) | 62.14º | 0.39% | 0.84% | - |
| XYZ | 54.94 | 63.55 | 30.49 | - |
| YUV | 203.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 130 | 0.01 | 0 | 0.39 | 0.16 | 62.14 | 0.51 | 0.67 |
| Hex | D3 | D6 | 82 | 1 | 0 | 27 | 10 | 3E | 33 | 43 |
| Octal | 323 | 326 | 202 | 1 | 0 | 47 | 20 | 76 | 63 | 103 |
| Binary | 11010011 | 11010110 | 10000010 | 1 | 0 | 100111 | 10000 | 111110 | 110011 | 1000011 |
Color Harmonies of #D3D682
Complementary color
Monochromatic Colors of #D3D682
Black with #D3D682
Text Example
Text Example
White with #D3D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D682; }
p { color: rgb(211,214,130); }
H1.HeaderClassName
{
color: #D3D682;
}
.AnyTagClassName
{
color: #D3D682;
}
</style>
background-color css
<style>
a { background-color: #D3D682; }
a { background-color: rgb(211,214,130); }
div.DivClassName
{
background-color: #D3D682;
}
.BgClassName
{
background-color: #D3D682;
}
</style>
border-color css
<style>
span { border-color: #D3D682; }
span { border-color: rgb(211,214,130); }
td.TdClassName
{
border-color: #D3D682;
}
.TagClassName
{
border-color: #D3D682;
}
</style>