Html Css Color HEX #D9DEAE Tusk

📋 copy color: '#D9DEAE'

red 217 ◦ green 222 ◦ blue 174

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

Shades of Tusk #D9DEAE

Tints of Tusk #D9DEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.38%

R = 35.4%
G = 36.22%
B = 28.38%

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

#D9DEAE (or 0xD9DEAE) is known color: Tusk. HEX triplet: D9, DE and AE. RGB value is (217,222,174). Sum of RGB (Red+Green+Blue) = 217+222+174=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DEAE is #262151. Grayscale: #D7D7D7. Windows color (decimal): -2498898 or 11460313. OLE color: 11460313.

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

Color convert

RGB 217 222 174 -
CMYK 0.02 0 0.22 0.13
HSL 66.25º 0.42% 0.78% -
HSV(B) 66.25º 0.22% 0.87% -
XYZ 62.38 70.05 50.28 -
YUV 215.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 217 222 174 0.02 0 0.22 0.13 66.25 0.42 0.78
Hex D9 DE AE 2 0 16 D 42 2A 4E
Octal 331 336 256 2 0 26 15 102 52 116
Binary 11011001 11011110 10101110 10 0 10110 1101 1000010 101010 1001110

Color Harmonies of #D9DEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEAE

Black with #D9DEAE

Text Example


Text Example

White with #D9DEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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