Html Css Color HEX #D9E0AE Tusk

📋 copy color: '#D9E0AE'

red 217 ◦ green 224 ◦ blue 174

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

Shades of Tusk #D9E0AE

Tints of Tusk #D9E0AE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.42%

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

R = 35.28%
G = 36.42%
B = 28.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#D9E0AE (or 0xD9E0AE) is known color: Tusk. HEX triplet: D9, E0 and AE. RGB value is (217,224,174). Sum of RGB (Red+Green+Blue) = 217+224+174=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E0AE is #261F51. Grayscale: #D8D8D8. Windows color (decimal): -2498386 or 11460825. OLE color: 11460825.

HSL color Cylindrical-coordinate representation of color #D9E0AE: hue angle of 68.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9E0AE is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 224 174 -
CMYK 0.03 0 0.22 0.12
HSL 68.4º 0.45% 0.78% -
HSV(B) 68.4º 0.22% 0.88% -
XYZ 62.91 71.12 50.46 -
YUV 216.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 217 224 174 0.03 0 0.22 0.12 68.4 0.45 0.78
Hex D9 E0 AE 3 0 16 C 44 2D 4E
Octal 331 340 256 3 0 26 14 104 55 116
Binary 11011001 11100000 10101110 11 0 10110 1100 1000100 101101 1001110

Color Harmonies of #D9E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E0AE

Black with #D9E0AE

Text Example


Text Example

White with #D9E0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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