Shades of Deco #D4D48D
Tints of Deco #D4D48D
RGB
CMYK
RGB Variations
Color information
#D4D48D (or 0xD4D48D) is known color: Deco. HEX triplet: D4, D4 and 8D. RGB value is (212,212,141). Sum of RGB (Red+Green+Blue) = 212+212+141=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D48D is #2B2B72. Grayscale: #CCCCCC. Windows color (decimal): -2829171 or 9295060. OLE color: 9295060.
HSL color Cylindrical-coordinate representation of color #D4D48D: hue angle of 60º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4D48D is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 141 | - |
| CMYK | 0 | 0 | 0.33 | 0.17 |
| HSL | 60º | 0.45% | 0.69% | - |
| HSV(B) | 60º | 0.33% | 0.83% | - |
| XYZ | 55.5 | 63.01 | 34.44 | - |
| YUV | 203.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 141 | 0 | 0 | 0.33 | 0.17 | 60 | 0.45 | 0.69 |
| Hex | D4 | D4 | 8D | 0 | 0 | 21 | 11 | 3C | 2D | 45 |
| Octal | 324 | 324 | 215 | 0 | 0 | 41 | 21 | 74 | 55 | 105 |
| Binary | 11010100 | 11010100 | 10001101 | 0 | 0 | 100001 | 10001 | 111100 | 101101 | 1000101 |
Color Harmonies of #D4D48D
Complementary color
Monochromatic Colors of #D4D48D
Black with #D4D48D
Text Example
Text Example
White with #D4D48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D48D; }
p { color: rgb(212,212,141); }
H1.HeaderClassName
{
color: #D4D48D;
}
.AnyTagClassName
{
color: #D4D48D;
}
</style>
background-color css
<style>
a { background-color: #D4D48D; }
a { background-color: rgb(212,212,141); }
div.DivClassName
{
background-color: #D4D48D;
}
.BgClassName
{
background-color: #D4D48D;
}
</style>
border-color css
<style>
span { border-color: #D4D48D; }
span { border-color: rgb(212,212,141); }
td.TdClassName
{
border-color: #D4D48D;
}
.TagClassName
{
border-color: #D4D48D;
}
</style>