Shades of Deco #D8D380
Tints of Deco #D8D380
RGB
CMYK
RGB Variations
Color information
#D8D380 (or 0xD8D380) is known color: Deco. HEX triplet: D8, D3 and 80. RGB value is (216,211,128). Sum of RGB (Red+Green+Blue) = 216+211+128=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D380 is #272C7F. Grayscale: #CBCBCB. Windows color (decimal): -2567296 or 8442840. OLE color: 8442840.
HSL color Cylindrical-coordinate representation of color #D8D380: hue angle of 56.59º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8D380 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 128 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.15 |
| HSL | 56.59º | 0.53% | 0.67% | - |
| HSV(B) | 56.59º | 0.41% | 0.85% | - |
| XYZ | 55.51 | 62.75 | 29.61 | - |
| YUV | 203.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 128 | 0 | 0.02 | 0.41 | 0.15 | 56.59 | 0.53 | 0.67 |
| Hex | D8 | D3 | 80 | 0 | 2 | 29 | F | 39 | 35 | 43 |
| Octal | 330 | 323 | 200 | 0 | 2 | 51 | 17 | 71 | 65 | 103 |
| Binary | 11011000 | 11010011 | 10000000 | 0 | 10 | 101001 | 1111 | 111001 | 110101 | 1000011 |
Color Harmonies of #D8D380
Complementary color
Monochromatic Colors of #D8D380
Black with #D8D380
Text Example
Text Example
White with #D8D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D380; }
p { color: rgb(216,211,128); }
H1.HeaderClassName
{
color: #D8D380;
}
.AnyTagClassName
{
color: #D8D380;
}
</style>
background-color css
<style>
a { background-color: #D8D380; }
a { background-color: rgb(216,211,128); }
div.DivClassName
{
background-color: #D8D380;
}
.BgClassName
{
background-color: #D8D380;
}
</style>
border-color css
<style>
span { border-color: #D8D380; }
span { border-color: rgb(216,211,128); }
td.TdClassName
{
border-color: #D8D380;
}
.TagClassName
{
border-color: #D8D380;
}
</style>