Shades of Deco #D6D583
Tints of Deco #D6D583
RGB
CMYK
RGB Variations
Color information
#D6D583 (or 0xD6D583) is known color: Deco. HEX triplet: D6, D5 and 83. RGB value is (214,213,131). Sum of RGB (Red+Green+Blue) = 214+213+131=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D583 is #292A7C. Grayscale: #CCCCCC. Windows color (decimal): -2697853 or 8639958. OLE color: 8639958.
HSL color Cylindrical-coordinate representation of color #D6D583: hue angle of 59.28º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6D583 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 131 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.16 |
| HSL | 59.28º | 0.5% | 0.68% | - |
| HSV(B) | 59.28º | 0.39% | 0.84% | - |
| XYZ | 55.62 | 63.52 | 30.8 | - |
| YUV | 203.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 131 | 0 | 0.00 | 0.39 | 0.16 | 59.28 | 0.5 | 0.68 |
| Hex | D6 | D5 | 83 | 0 | 0 | 27 | 10 | 3B | 32 | 44 |
| Octal | 326 | 325 | 203 | 0 | 0 | 47 | 20 | 73 | 62 | 104 |
| Binary | 11010110 | 11010101 | 10000011 | 0 | 0 | 100111 | 10000 | 111011 | 110010 | 1000100 |
Color Harmonies of #D6D583
Complementary color
Monochromatic Colors of #D6D583
Black with #D6D583
Text Example
Text Example
White with #D6D583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D583; }
p { color: rgb(214,213,131); }
H1.HeaderClassName
{
color: #D6D583;
}
.AnyTagClassName
{
color: #D6D583;
}
</style>
background-color css
<style>
a { background-color: #D6D583; }
a { background-color: rgb(214,213,131); }
div.DivClassName
{
background-color: #D6D583;
}
.BgClassName
{
background-color: #D6D583;
}
</style>
border-color css
<style>
span { border-color: #D6D583; }
span { border-color: rgb(214,213,131); }
td.TdClassName
{
border-color: #D6D583;
}
.TagClassName
{
border-color: #D6D583;
}
</style>