Shades of Deco #D4D58D
Tints of Deco #D4D58D
RGB
CMYK
RGB Variations
Color information
#D4D58D (or 0xD4D58D) is known color: Deco. HEX triplet: D4, D5 and 8D. RGB value is (212,213,141). Sum of RGB (Red+Green+Blue) = 212+213+141=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D58D is #2B2A72. Grayscale: #CCCCCC. Windows color (decimal): -2828915 or 9295316. OLE color: 9295316.
HSL color Cylindrical-coordinate representation of color #D4D58D: hue angle of 60.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4D58D is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 141 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.16 |
| HSL | 60.83º | 0.46% | 0.69% | - |
| HSV(B) | 60.83º | 0.34% | 0.84% | - |
| XYZ | 55.75 | 63.51 | 34.52 | - |
| YUV | 204.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 141 | 0.00 | 0 | 0.34 | 0.16 | 60.83 | 0.46 | 0.69 |
| Hex | D4 | D5 | 8D | 0 | 0 | 22 | 10 | 3D | 2E | 45 |
| Octal | 324 | 325 | 215 | 0 | 0 | 42 | 20 | 75 | 56 | 105 |
| Binary | 11010100 | 11010101 | 10001101 | 0 | 0 | 100010 | 10000 | 111101 | 101110 | 1000101 |
Color Harmonies of #D4D58D
Complementary color
Monochromatic Colors of #D4D58D
Black with #D4D58D
Text Example
Text Example
White with #D4D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D58D; }
p { color: rgb(212,213,141); }
H1.HeaderClassName
{
color: #D4D58D;
}
.AnyTagClassName
{
color: #D4D58D;
}
</style>
background-color css
<style>
a { background-color: #D4D58D; }
a { background-color: rgb(212,213,141); }
div.DivClassName
{
background-color: #D4D58D;
}
.BgClassName
{
background-color: #D4D58D;
}
</style>
border-color css
<style>
span { border-color: #D4D58D; }
span { border-color: rgb(212,213,141); }
td.TdClassName
{
border-color: #D4D58D;
}
.TagClassName
{
border-color: #D4D58D;
}
</style>