Shades of Deco #D7D380
Tints of Deco #D7D380
RGB
CMYK
RGB Variations
Color information
#D7D380 (or 0xD7D380) is known color: Deco. HEX triplet: D7, D3 and 80. RGB value is (215,211,128). Sum of RGB (Red+Green+Blue) = 215+211+128=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D380 is #282C7F. Grayscale: #CBCBCB. Windows color (decimal): -2632832 or 8442839. OLE color: 8442839.
HSL color Cylindrical-coordinate representation of color #D7D380: hue angle of 57.24º degrees, saturation: 0.52, 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 #D7D380 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 128 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.16 |
| HSL | 57.24º | 0.52% | 0.67% | - |
| HSV(B) | 57.24º | 0.4% | 0.84% | - |
| XYZ | 55.21 | 62.59 | 29.59 | - |
| YUV | 202.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 128 | 0 | 0.02 | 0.40 | 0.16 | 57.24 | 0.52 | 0.67 |
| Hex | D7 | D3 | 80 | 0 | 2 | 28 | 10 | 39 | 34 | 43 |
| Octal | 327 | 323 | 200 | 0 | 2 | 50 | 20 | 71 | 64 | 103 |
| Binary | 11010111 | 11010011 | 10000000 | 0 | 10 | 101000 | 10000 | 111001 | 110100 | 1000011 |
Color Harmonies of #D7D380
Complementary color
Monochromatic Colors of #D7D380
Black with #D7D380
Text Example
Text Example
White with #D7D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D380; }
p { color: rgb(215,211,128); }
H1.HeaderClassName
{
color: #D7D380;
}
.AnyTagClassName
{
color: #D7D380;
}
</style>
background-color css
<style>
a { background-color: #D7D380; }
a { background-color: rgb(215,211,128); }
div.DivClassName
{
background-color: #D7D380;
}
.BgClassName
{
background-color: #D7D380;
}
</style>
border-color css
<style>
span { border-color: #D7D380; }
span { border-color: rgb(215,211,128); }
td.TdClassName
{
border-color: #D7D380;
}
.TagClassName
{
border-color: #D7D380;
}
</style>