Shades of Deco #D4D580
Tints of Deco #D4D580
RGB
CMYK
RGB Variations
Color information
#D4D580 (or 0xD4D580) is known color: Deco. HEX triplet: D4, D5 and 80. RGB value is (212,213,128). Sum of RGB (Red+Green+Blue) = 212+213+128=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D580 is #2B2A7F. Grayscale: #CBCBCB. Windows color (decimal): -2828928 or 8443348. OLE color: 8443348.
HSL color Cylindrical-coordinate representation of color #D4D580: hue angle of 60.71º degrees, saturation: 0.5, 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 #D4D580 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 128 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.16 |
| HSL | 60.71º | 0.5% | 0.67% | - |
| HSV(B) | 60.71º | 0.4% | 0.84% | - |
| XYZ | 54.84 | 63.14 | 29.72 | - |
| YUV | 203.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 128 | 0.00 | 0 | 0.40 | 0.16 | 60.71 | 0.5 | 0.67 |
| Hex | D4 | D5 | 80 | 0 | 0 | 28 | 10 | 3D | 32 | 43 |
| Octal | 324 | 325 | 200 | 0 | 0 | 50 | 20 | 75 | 62 | 103 |
| Binary | 11010100 | 11010101 | 10000000 | 0 | 0 | 101000 | 10000 | 111101 | 110010 | 1000011 |
Color Harmonies of #D4D580
Complementary color
Monochromatic Colors of #D4D580
Black with #D4D580
Text Example
Text Example
White with #D4D580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D580; }
p { color: rgb(212,213,128); }
H1.HeaderClassName
{
color: #D4D580;
}
.AnyTagClassName
{
color: #D4D580;
}
</style>
background-color css
<style>
a { background-color: #D4D580; }
a { background-color: rgb(212,213,128); }
div.DivClassName
{
background-color: #D4D580;
}
.BgClassName
{
background-color: #D4D580;
}
</style>
border-color css
<style>
span { border-color: #D4D580; }
span { border-color: rgb(212,213,128); }
td.TdClassName
{
border-color: #D4D580;
}
.TagClassName
{
border-color: #D4D580;
}
</style>