Shades of Gin #D4DACA
Tints of Gin #D4DACA
RGB
CMYK
RGB Variations
Color information
#D4DACA (or 0xD4DACA) is known color: Gin. HEX triplet: D4, DA and CA. RGB value is (212,218,202). Sum of RGB (Red+Green+Blue) = 212+218+202=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DACA is #2B2535. Grayscale: #D6D6D6. Windows color (decimal): -2827574 or 13294292. OLE color: 13294292.
HSL color Cylindrical-coordinate representation of color #D4DACA: hue angle of 82.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4DACA is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 218 | 202 | - |
CMYK | 0.03 | 0 | 0.07 | 0.15 |
HSL | 82.5º | 0.18% | 0.82% | - |
HSV(B) | 82.5º | 0.07% | 0.85% | - |
XYZ | 62.88 | 68.4 | 65.77 | - |
YUV | 214.38 | 121.01 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 218 | 202 | 0.03 | 0 | 0.07 | 0.15 | 82.5 | 0.18 | 0.82 |
Hex | D4 | DA | CA | 3 | 0 | 7 | F | 52 | 12 | 52 |
Octal | 324 | 332 | 312 | 3 | 0 | 7 | 17 | 122 | 22 | 122 |
Binary | 11010100 | 11011010 | 11001010 | 11 | 0 | 111 | 1111 | 1010010 | 10010 | 1010010 |
Color Harmonies of #D4DACA
Complementary color
Monochromatic Colors of #D4DACA
Black with #D4DACA
Text Example
Text Example
White with #D4DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DACA; }
p { color: rgb(212,218,202); }
H1.HeaderClassName
{
color: #D4DACA;
}
.AnyTagClassName
{
color: #D4DACA;
}
</style>
background-color css
<style>
a { background-color: #D4DACA; }
a { background-color: rgb(212,218,202); }
div.DivClassName
{
background-color: #D4DACA;
}
.BgClassName
{
background-color: #D4DACA;
}
</style>
border-color css
<style>
span { border-color: #D4DACA; }
span { border-color: rgb(212,218,202); }
td.TdClassName
{
border-color: #D4DACA;
}
.TagClassName
{
border-color: #D4DACA;
}
</style>