Html Css Color HEX #D4DAC7 Gin

📋 copy color: '#D4DAC7'

red 212 ◦ green 218 ◦ blue 199

#D4DAC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gin #D4DAC7

Tints of Gin #D4DAC7

RGB

 RED value IS 212 (83.2% from 255) = 33.7%

 GREEN value IS 218 (85.55% from 255) = 34.66%

 BLUE value IS 199 (78.13% from 255) = 31.64%

R = 33.7%
G = 34.66%
B = 31.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D4DAC7 (or 0xD4DAC7) is known color: 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

RGB 212 218 199 -
CMYK 0.03 0 0.09 0.15
HSL 78.95º 0.2% 0.82% -
HSV(B) 78.95º 0.09% 0.85% -
XYZ 62.53 68.26 63.91 -
YUV 214.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 212 218 199 0.03 0 0.09 0.15 78.95 0.2 0.82
Hex D4 DA C7 3 0 9 F 4F 14 52
Octal 324 332 307 3 0 11 17 117 24 122
Binary 11010100 11011010 11000111 11 0 1001 1111 1001111 10100 1010010

Color Harmonies of #D4DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAC7

Black with #D4DAC7

Text Example


Text Example

White with #D4DAC7

Text Example


Text Example

HTML Codes & Css Web 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>