Html Css Color HEX #D9E4AF Tusk

📋 copy color: '#D9E4AF'

red 217 ◦ green 228 ◦ blue 175

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

Shades of Tusk #D9E4AF

Tints of Tusk #D9E4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.77%

 BLUE value IS 175 (68.75% from 255) = 28.23%

R = 35%
G = 36.77%
B = 28.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#D9E4AF (or 0xD9E4AF) is known color: Tusk. HEX triplet: D9, E4 and AF. RGB value is (217,228,175). Sum of RGB (Red+Green+Blue) = 217+228+175=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E4AF is #261B50. Grayscale: #DADADA. Windows color (decimal): -2497361 or 11527385. OLE color: 11527385.

HSL color Cylindrical-coordinate representation of color #D9E4AF: hue angle of 72.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9E4AF is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 228 175 -
CMYK 0.05 0 0.23 0.11
HSL 72.45º 0.5% 0.79% -
HSV(B) 72.45º 0.23% 0.89% -
XYZ 64.1 73.33 51.33 -
YUV 218.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 217 228 175 0.05 0 0.23 0.11 72.45 0.5 0.79
Hex D9 E4 AF 5 0 17 B 48 32 4F
Octal 331 344 257 5 0 27 13 110 62 117
Binary 11011001 11100100 10101111 101 0 10111 1011 1001000 110010 1001111

Color Harmonies of #D9E4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E4AF

Black with #D9E4AF

Text Example


Text Example

White with #D9E4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E4AF; }

 p { color: rgb(217,228,175); }

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

background-color css

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

 a { background-color: rgb(217,228,175); }

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

border-color css

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

 span { border-color: rgb(217,228,175); }

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