Shades of Deco #D5D682
Tints of Deco #D5D682
RGB
CMYK
RGB Variations
Color information
#D5D682 (or 0xD5D682) is known color: Deco. HEX triplet: D5, D6 and 82. RGB value is (213,214,130). Sum of RGB (Red+Green+Blue) = 213+214+130=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D682 is #2A297D. Grayscale: #CCCCCC. Windows color (decimal): -2763134 or 8574677. OLE color: 8574677.
HSL color Cylindrical-coordinate representation of color #D5D682: hue angle of 60.71º 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 #D5D682 is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 130 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.16 |
| HSL | 60.71º | 0.51% | 0.67% | - |
| HSV(B) | 60.71º | 0.39% | 0.84% | - |
| XYZ | 55.52 | 63.85 | 30.52 | - |
| YUV | 204.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 130 | 0.00 | 0 | 0.39 | 0.16 | 60.71 | 0.51 | 0.67 |
| Hex | D5 | D6 | 82 | 0 | 0 | 27 | 10 | 3D | 33 | 43 |
| Octal | 325 | 326 | 202 | 0 | 0 | 47 | 20 | 75 | 63 | 103 |
| Binary | 11010101 | 11010110 | 10000010 | 0 | 0 | 100111 | 10000 | 111101 | 110011 | 1000011 |
Color Harmonies of #D5D682
Complementary color
Monochromatic Colors of #D5D682
Black with #D5D682
Text Example
Text Example
White with #D5D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D682; }
p { color: rgb(213,214,130); }
H1.HeaderClassName
{
color: #D5D682;
}
.AnyTagClassName
{
color: #D5D682;
}
</style>
background-color css
<style>
a { background-color: #D5D682; }
a { background-color: rgb(213,214,130); }
div.DivClassName
{
background-color: #D5D682;
}
.BgClassName
{
background-color: #D5D682;
}
</style>
border-color css
<style>
span { border-color: #D5D682; }
span { border-color: rgb(213,214,130); }
td.TdClassName
{
border-color: #D5D682;
}
.TagClassName
{
border-color: #D5D682;
}
</style>