Html Css Color HEX #D9DEAD Tusk

📋 copy color: '#D9DEAD'

red 217 ◦ green 222 ◦ blue 173

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

Shades of Tusk #D9DEAD

Tints of Tusk #D9DEAD

RGB

 RED value IS 217 (85.16% from 255) = 35.46%

 GREEN value IS 222 (87.11% from 255) = 36.27%

 BLUE value IS 173 (67.97% from 255) = 28.27%

R = 35.46%
G = 36.27%
B = 28.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D9DEAD (or 0xD9DEAD) is known color: Tusk. HEX triplet: D9, DE and AD. RGB value is (217,222,173). Sum of RGB (Red+Green+Blue) = 217+222+173=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DEAD is #262152. Grayscale: #D7D7D7. Windows color (decimal): -2498899 or 11394777. OLE color: 11394777.

HSL color Cylindrical-coordinate representation of color #D9DEAD: hue angle of 66.12º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9DEAD is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 222 173 -
CMYK 0.02 0 0.22 0.13
HSL 66.12º 0.43% 0.77% -
HSV(B) 66.12º 0.22% 0.87% -
XYZ 62.28 70.01 49.77 -
YUV 214.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 217 222 173 0.02 0 0.22 0.13 66.12 0.43 0.77
Hex D9 DE AD 2 0 16 D 42 2B 4D
Octal 331 336 255 2 0 26 15 102 53 115
Binary 11011001 11011110 10101101 10 0 10110 1101 1000010 101011 1001101

Color Harmonies of #D9DEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEAD

Black with #D9DEAD

Text Example


Text Example

White with #D9DEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEAD; }

 p { color: rgb(217,222,173); }

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

background-color css

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

 a { background-color: rgb(217,222,173); }

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

border-color css

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

 span { border-color: rgb(217,222,173); }

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