Html Css Color HEX #D8E0AD Tusk

📋 copy color: '#D8E0AD'

red 216 ◦ green 224 ◦ blue 173

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

Shades of Tusk #D8E0AD

Tints of Tusk #D8E0AD

RGB

 RED value IS 216 (84.77% from 255) = 35.24%

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

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

R = 35.24%
G = 36.54%
B = 28.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#D8E0AD (or 0xD8E0AD) is known color: Tusk. HEX triplet: D8, E0 and AD. RGB value is (216,224,173). Sum of RGB (Red+Green+Blue) = 216+224+173=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E0AD is #271F52. Grayscale: #D7D7D7. Windows color (decimal): -2563923 or 11395288. OLE color: 11395288.

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

Color convert

RGB 216 224 173 -
CMYK 0.04 0 0.23 0.12
HSL 69.41º 0.45% 0.78% -
HSV(B) 69.41º 0.23% 0.88% -
XYZ 62.52 70.93 49.93 -
YUV 215.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 216 224 173 0.04 0 0.23 0.12 69.41 0.45 0.78
Hex D8 E0 AD 4 0 17 C 45 2D 4E
Octal 330 340 255 4 0 27 14 105 55 116
Binary 11011000 11100000 10101101 100 0 10111 1100 1000101 101101 1001110

Color Harmonies of #D8E0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E0AD

Black with #D8E0AD

Text Example


Text Example

White with #D8E0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E0AD; }

 p { color: rgb(216,224,173); }

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

background-color css

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

 a { background-color: rgb(216,224,173); }

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

border-color css

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

 span { border-color: rgb(216,224,173); }

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