Shades of Deco #D4D68E
Tints of Deco #D4D68E
RGB
CMYK
RGB Variations
Color information
#D4D68E (or 0xD4D68E) is known color: Deco. HEX triplet: D4, D6 and 8E. RGB value is (212,214,142). Sum of RGB (Red+Green+Blue) = 212+214+142=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D68E is #2B2971. Grayscale: #CDCDCD. Windows color (decimal): -2828658 or 9361108. OLE color: 9361108.
HSL color Cylindrical-coordinate representation of color #D4D68E: hue angle of 61.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4D68E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 142 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.16 |
| HSL | 61.67º | 0.47% | 0.7% | - |
| HSV(B) | 61.67º | 0.34% | 0.84% | - |
| XYZ | 56.08 | 64.04 | 35 | - |
| YUV | 205.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 142 | 0.01 | 0 | 0.34 | 0.16 | 61.67 | 0.47 | 0.7 |
| Hex | D4 | D6 | 8E | 1 | 0 | 22 | 10 | 3E | 2F | 46 |
| Octal | 324 | 326 | 216 | 1 | 0 | 42 | 20 | 76 | 57 | 106 |
| Binary | 11010100 | 11010110 | 10001110 | 1 | 0 | 100010 | 10000 | 111110 | 101111 | 1000110 |
Color Harmonies of #D4D68E
Complementary color
Monochromatic Colors of #D4D68E
Black with #D4D68E
Text Example
Text Example
White with #D4D68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D68E; }
p { color: rgb(212,214,142); }
H1.HeaderClassName
{
color: #D4D68E;
}
.AnyTagClassName
{
color: #D4D68E;
}
</style>
background-color css
<style>
a { background-color: #D4D68E; }
a { background-color: rgb(212,214,142); }
div.DivClassName
{
background-color: #D4D68E;
}
.BgClassName
{
background-color: #D4D68E;
}
</style>
border-color css
<style>
span { border-color: #D4D68E; }
span { border-color: rgb(212,214,142); }
td.TdClassName
{
border-color: #D4D68E;
}
.TagClassName
{
border-color: #D4D68E;
}
</style>