Shades of Deco #D4D18B
Tints of Deco #D4D18B
RGB
CMYK
RGB Variations
Color information
#D4D18B (or 0xD4D18B) is known color: Deco. HEX triplet: D4, D1 and 8B. RGB value is (212,209,139). Sum of RGB (Red+Green+Blue) = 212+209+139=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D18B is #2B2E74. Grayscale: #CACACA. Windows color (decimal): -2829941 or 9163220. OLE color: 9163220.
HSL color Cylindrical-coordinate representation of color #D4D18B: hue angle of 57.53º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4D18B is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 139 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.17 |
| HSL | 57.53º | 0.46% | 0.69% | - |
| HSV(B) | 57.53º | 0.34% | 0.83% | - |
| XYZ | 54.61 | 61.46 | 33.41 | - |
| YUV | 201.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 139 | 0 | 0.01 | 0.34 | 0.17 | 57.53 | 0.46 | 0.69 |
| Hex | D4 | D1 | 8B | 0 | 1 | 22 | 11 | 3A | 2E | 45 |
| Octal | 324 | 321 | 213 | 0 | 1 | 42 | 21 | 72 | 56 | 105 |
| Binary | 11010100 | 11010001 | 10001011 | 0 | 1 | 100010 | 10001 | 111010 | 101110 | 1000101 |
Color Harmonies of #D4D18B
Complementary color
Monochromatic Colors of #D4D18B
Black with #D4D18B
Text Example
Text Example
White with #D4D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D18B; }
p { color: rgb(212,209,139); }
H1.HeaderClassName
{
color: #D4D18B;
}
.AnyTagClassName
{
color: #D4D18B;
}
</style>
background-color css
<style>
a { background-color: #D4D18B; }
a { background-color: rgb(212,209,139); }
div.DivClassName
{
background-color: #D4D18B;
}
.BgClassName
{
background-color: #D4D18B;
}
</style>
border-color css
<style>
span { border-color: #D4D18B; }
span { border-color: rgb(212,209,139); }
td.TdClassName
{
border-color: #D4D18B;
}
.TagClassName
{
border-color: #D4D18B;
}
</style>