#D4DACA

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

Shades of Gin #D4DACA

Tints of Gin #D4DACA

Color information

#D4DACA (or 0xD4DACA) is unknown color: approx 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

RGB212218202-
CMYK0.0300.070.15
HSL82.5º17.78%82.35%-
HSV(B)82.5º7.34%85.49%-
XYZ62.8868.465.77-
YUV214.38121.01126.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.54%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=33.54%
G=34.49%
B=31.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122182020.0300.070.1582.517.7882.35
HexD4DACA307F521252
Octal3243323123071712222122
Binary11010100110110101100101011011111111010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>