Shades of Deco #D4DC8F
Tints of Deco #D4DC8F
RGB
CMYK
RGB Variations
Color information
#D4DC8F (or 0xD4DC8F) is known color: Deco. HEX triplet: D4, DC and 8F. RGB value is (212,220,143). Sum of RGB (Red+Green+Blue) = 212+220+143=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DC8F is #2B2370. Grayscale: #D1D1D1. Windows color (decimal): -2827121 or 9428180. OLE color: 9428180.
HSL color Cylindrical-coordinate representation of color #D4DC8F: hue angle of 66.23º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4DC8F is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 143 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.14 |
| HSL | 66.23º | 0.52% | 0.71% | - |
| HSV(B) | 66.23º | 0.35% | 0.86% | - |
| XYZ | 57.7 | 67.17 | 35.91 | - |
| YUV | 208.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 143 | 0.04 | 0 | 0.35 | 0.14 | 66.23 | 0.52 | 0.71 |
| Hex | D4 | DC | 8F | 4 | 0 | 23 | E | 42 | 34 | 47 |
| Octal | 324 | 334 | 217 | 4 | 0 | 43 | 16 | 102 | 64 | 107 |
| Binary | 11010100 | 11011100 | 10001111 | 100 | 0 | 100011 | 1110 | 1000010 | 110100 | 1000111 |
Color Harmonies of #D4DC8F
Complementary color
Monochromatic Colors of #D4DC8F
Black with #D4DC8F
Text Example
Text Example
White with #D4DC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC8F; }
p { color: rgb(212,220,143); }
H1.HeaderClassName
{
color: #D4DC8F;
}
.AnyTagClassName
{
color: #D4DC8F;
}
</style>
background-color css
<style>
a { background-color: #D4DC8F; }
a { background-color: rgb(212,220,143); }
div.DivClassName
{
background-color: #D4DC8F;
}
.BgClassName
{
background-color: #D4DC8F;
}
</style>
border-color css
<style>
span { border-color: #D4DC8F; }
span { border-color: rgb(212,220,143); }
td.TdClassName
{
border-color: #D4DC8F;
}
.TagClassName
{
border-color: #D4DC8F;
}
</style>