Shades of Deco #D2D48F
Tints of Deco #D2D48F
RGB
CMYK
RGB Variations
Color information
#D2D48F (or 0xD2D48F) is known color: Deco. HEX triplet: D2, D4 and 8F. RGB value is (210,212,143). Sum of RGB (Red+Green+Blue) = 210+212+143=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D48F is #2D2B70. Grayscale: #CBCBCB. Windows color (decimal): -2960241 or 9426130. OLE color: 9426130.
HSL color Cylindrical-coordinate representation of color #D2D48F: hue angle of 61.74º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2D48F is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 143 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.17 |
| HSL | 61.74º | 0.45% | 0.7% | - |
| HSV(B) | 61.74º | 0.33% | 0.83% | - |
| XYZ | 55.08 | 62.77 | 35.2 | - |
| YUV | 203.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 143 | 0.01 | 0 | 0.33 | 0.17 | 61.74 | 0.45 | 0.7 |
| Hex | D2 | D4 | 8F | 1 | 0 | 21 | 11 | 3E | 2D | 46 |
| Octal | 322 | 324 | 217 | 1 | 0 | 41 | 21 | 76 | 55 | 106 |
| Binary | 11010010 | 11010100 | 10001111 | 1 | 0 | 100001 | 10001 | 111110 | 101101 | 1000110 |
Color Harmonies of #D2D48F
Complementary color
Monochromatic Colors of #D2D48F
Black with #D2D48F
Text Example
Text Example
White with #D2D48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D48F; }
p { color: rgb(210,212,143); }
H1.HeaderClassName
{
color: #D2D48F;
}
.AnyTagClassName
{
color: #D2D48F;
}
</style>
background-color css
<style>
a { background-color: #D2D48F; }
a { background-color: rgb(210,212,143); }
div.DivClassName
{
background-color: #D2D48F;
}
.BgClassName
{
background-color: #D2D48F;
}
</style>
border-color css
<style>
span { border-color: #D2D48F; }
span { border-color: rgb(210,212,143); }
td.TdClassName
{
border-color: #D2D48F;
}
.TagClassName
{
border-color: #D2D48F;
}
</style>