Shades of Deco #D6D480
Tints of Deco #D6D480
RGB
CMYK
RGB Variations
Color information
#D6D480 (or 0xD6D480) is known color: Deco. HEX triplet: D6, D4 and 80. RGB value is (214,212,128). Sum of RGB (Red+Green+Blue) = 214+212+128=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D480 is #292B7F. Grayscale: #CBCBCB. Windows color (decimal): -2698112 or 8443094. OLE color: 8443094.
HSL color Cylindrical-coordinate representation of color #D6D480: hue angle of 58.6º 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 #D6D480 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 128 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.16 |
| HSL | 58.6º | 0.51% | 0.67% | - |
| HSV(B) | 58.6º | 0.4% | 0.84% | - |
| XYZ | 55.17 | 62.94 | 29.66 | - |
| YUV | 203.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 128 | 0 | 0.01 | 0.40 | 0.16 | 58.6 | 0.51 | 0.67 |
| Hex | D6 | D4 | 80 | 0 | 1 | 28 | 10 | 3B | 33 | 43 |
| Octal | 326 | 324 | 200 | 0 | 1 | 50 | 20 | 73 | 63 | 103 |
| Binary | 11010110 | 11010100 | 10000000 | 0 | 1 | 101000 | 10000 | 111011 | 110011 | 1000011 |
Color Harmonies of #D6D480
Complementary color
Monochromatic Colors of #D6D480
Black with #D6D480
Text Example
Text Example
White with #D6D480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D480; }
p { color: rgb(214,212,128); }
H1.HeaderClassName
{
color: #D6D480;
}
.AnyTagClassName
{
color: #D6D480;
}
</style>
background-color css
<style>
a { background-color: #D6D480; }
a { background-color: rgb(214,212,128); }
div.DivClassName
{
background-color: #D6D480;
}
.BgClassName
{
background-color: #D6D480;
}
</style>
border-color css
<style>
span { border-color: #D6D480; }
span { border-color: rgb(214,212,128); }
td.TdClassName
{
border-color: #D6D480;
}
.TagClassName
{
border-color: #D6D480;
}
</style>