Shades of Gin #D4DAC9
Tints of Gin #D4DAC9
RGB
CMYK
RGB Variations
Color information
#D4DAC9 (or 0xD4DAC9) is known color: Gin. HEX triplet: D4, DA and C9. RGB value is (212,218,201). Sum of RGB (Red+Green+Blue) = 212+218+201=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DAC9 is #2B2536. Grayscale: #D6D6D6. Windows color (decimal): -2827575 or 13228756. OLE color: 13228756.
HSL color Cylindrical-coordinate representation of color #D4DAC9: hue angle of 81.18º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4DAC9 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 201 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.15 |
| HSL | 81.18º | 0.19% | 0.82% | - |
| HSV(B) | 81.18º | 0.08% | 0.85% | - |
| XYZ | 62.77 | 68.36 | 65.14 | - |
| YUV | 214.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 201 | 0.03 | 0 | 0.08 | 0.15 | 81.18 | 0.19 | 0.82 |
| Hex | D4 | DA | C9 | 3 | 0 | 8 | F | 51 | 13 | 52 |
| Octal | 324 | 332 | 311 | 3 | 0 | 10 | 17 | 121 | 23 | 122 |
| Binary | 11010100 | 11011010 | 11001001 | 11 | 0 | 1000 | 1111 | 1010001 | 10011 | 1010010 |
Color Harmonies of #D4DAC9
Complementary color
Monochromatic Colors of #D4DAC9
Black with #D4DAC9
Text Example
Text Example
White with #D4DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAC9; }
p { color: rgb(212,218,201); }
H1.HeaderClassName
{
color: #D4DAC9;
}
.AnyTagClassName
{
color: #D4DAC9;
}
</style>
background-color css
<style>
a { background-color: #D4DAC9; }
a { background-color: rgb(212,218,201); }
div.DivClassName
{
background-color: #D4DAC9;
}
.BgClassName
{
background-color: #D4DAC9;
}
</style>
border-color css
<style>
span { border-color: #D4DAC9; }
span { border-color: rgb(212,218,201); }
td.TdClassName
{
border-color: #D4DAC9;
}
.TagClassName
{
border-color: #D4DAC9;
}
</style>