Shades of Deco #D6D380
Tints of Deco #D6D380
RGB
CMYK
RGB Variations
Color information
#D6D380 (or 0xD6D380) is known color: Deco. HEX triplet: D6, D3 and 80. RGB value is (214,211,128). Sum of RGB (Red+Green+Blue) = 214+211+128=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D380 is #292C7F. Grayscale: #CACACA. Windows color (decimal): -2698368 or 8442838. OLE color: 8442838.
HSL color Cylindrical-coordinate representation of color #D6D380: hue angle of 57.91º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6D380 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 128 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.16 |
| HSL | 57.91º | 0.51% | 0.67% | - |
| HSV(B) | 57.91º | 0.4% | 0.84% | - |
| XYZ | 54.92 | 62.44 | 29.58 | - |
| YUV | 202.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 128 | 0 | 0.01 | 0.40 | 0.16 | 57.91 | 0.51 | 0.67 |
| Hex | D6 | D3 | 80 | 0 | 1 | 28 | 10 | 3A | 33 | 43 |
| Octal | 326 | 323 | 200 | 0 | 1 | 50 | 20 | 72 | 63 | 103 |
| Binary | 11010110 | 11010011 | 10000000 | 0 | 1 | 101000 | 10000 | 111010 | 110011 | 1000011 |
Color Harmonies of #D6D380
Complementary color
Monochromatic Colors of #D6D380
Black with #D6D380
Text Example
Text Example
White with #D6D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D380; }
p { color: rgb(214,211,128); }
H1.HeaderClassName
{
color: #D6D380;
}
.AnyTagClassName
{
color: #D6D380;
}
</style>
background-color css
<style>
a { background-color: #D6D380; }
a { background-color: rgb(214,211,128); }
div.DivClassName
{
background-color: #D6D380;
}
.BgClassName
{
background-color: #D6D380;
}
</style>
border-color css
<style>
span { border-color: #D6D380; }
span { border-color: rgb(214,211,128); }
td.TdClassName
{
border-color: #D6D380;
}
.TagClassName
{
border-color: #D6D380;
}
</style>