#D4DAC7

Color #D4DAC7 Gin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gin #D4DAC7

Tints of Gin #D4DAC7

Color information

#D4DAC7 (or 0xD4DAC7) is unknown color: approx Gin. HEX triplet: D4, DA and C7. RGB value is (212,218,199). Sum of RGB (Red+Green+Blue) = 212+218+199=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DAC7 is #2B2538. Grayscale: #D6D6D6. Windows color (decimal): -2827577 or 13097684. OLE color: 13097684.

HSL color Cylindrical-coordinate representation of color #D4DAC7: hue angle of 78.95º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4DAC7 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB212218199-
CMYK0.0300.090.15
HSL78.95º20.43%81.76%-
HSV(B)78.95º8.72%85.49%-
XYZ62.5368.2663.91-
YUV214.04119.51126.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 33.70%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 199 (78.12% from 255) = 31.64%
R=33.70%
G=34.66%
B=31.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122181990.0300.090.1578.9520.4381.76
HexD4DAC7309F4f1452
Octal32433230730111711724122
Binary110101001101101011000111110100111111001111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DAC7; }

 p { color: rgb(212,218,199); }

 H1.HeaderClassName
 {
   color: #D4DAC7;
 }
 .AnyTagClassName
 {
   color: #D4DAC7;
 }
</style>
background-color css

<style>
 a { background-color: #D4DAC7; }

 a { background-color: rgb(212,218,199); }

 div.DivClassName
 {
   background-color: #D4DAC7;
 }
 .BgClassName
 {
   background-color: #D4DAC7;
 }
</style>
border-color css

<style>
 span { border-color: #D4DAC7; }

 span { border-color: rgb(212,218,199); }

 td.TdClassName
 {
   border-color: #D4DAC7;
 }
 .TagClassName
 {
   border-color: #D4DAC7;
 }
</style>