Html Css Color HEX #D4DFB9 Gin

📋 copy color: '#D4DFB9'

red 212 ◦ green 223 ◦ blue 185

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

Shades of Gin #D4DFB9

Tints of Gin #D4DFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.97%

 BLUE value IS 185 (72.66% from 255) = 29.84%

R = 34.19%
G = 35.97%
B = 29.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#D4DFB9 (or 0xD4DFB9) is known color: Gin. HEX triplet: D4, DF and B9. RGB value is (212,223,185). Sum of RGB (Red+Green+Blue) = 212+223+185=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFB9 is #2B2046. Grayscale: #D7D7D7. Windows color (decimal): -2826311 or 12181460. OLE color: 12181460.

HSL color Cylindrical-coordinate representation of color #D4DFB9: hue angle of 77.37º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4DFB9 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 223 185 -
CMYK 0.05 0 0.17 0.13
HSL 77.37º 0.37% 0.8% -
HSV(B) 77.37º 0.17% 0.87% -
XYZ 62.3 70.28 56.18 -
YUV 215.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 212 223 185 0.05 0 0.17 0.13 77.37 0.37 0.8
Hex D4 DF B9 5 0 11 D 4D 25 50
Octal 324 337 271 5 0 21 15 115 45 120
Binary 11010100 11011111 10111001 101 0 10001 1101 1001101 100101 1010000

Color Harmonies of #D4DFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DFB9

Black with #D4DFB9

Text Example


Text Example

White with #D4DFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DFB9; }

 p { color: rgb(212,223,185); }

 H1.HeaderClassName
 {
   color: #D4DFB9;
 }
 .AnyTagClassName
 {
   color: #D4DFB9;
 }
</style>

background-color css

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

 a { background-color: rgb(212,223,185); }

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

border-color css

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

 span { border-color: rgb(212,223,185); }

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