Html Css Color HEX #D8DEAB Tusk

📋 copy color: '#D8DEAB'

red 216 ◦ green 222 ◦ blue 171

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

Shades of Tusk #D8DEAB

Tints of Tusk #D8DEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.08%

R = 35.47%
G = 36.45%
B = 28.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D8DEAB (or 0xD8DEAB) is known color: Tusk. HEX triplet: D8, DE and AB. RGB value is (216,222,171). Sum of RGB (Red+Green+Blue) = 216+222+171=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DEAB is #272154. Grayscale: #D6D6D6. Windows color (decimal): -2564437 or 11263704. OLE color: 11263704.

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

Color convert

RGB 216 222 171 -
CMYK 0.03 0 0.23 0.13
HSL 67.06º 0.44% 0.77% -
HSV(B) 67.06º 0.23% 0.87% -
XYZ 61.79 69.78 48.74 -
YUV 214.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 216 222 171 0.03 0 0.23 0.13 67.06 0.44 0.77
Hex D8 DE AB 3 0 17 D 43 2C 4D
Octal 330 336 253 3 0 27 15 103 54 115
Binary 11011000 11011110 10101011 11 0 10111 1101 1000011 101100 1001101

Color Harmonies of #D8DEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DEAB

Black with #D8DEAB

Text Example


Text Example

White with #D8DEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DEAB; }

 p { color: rgb(216,222,171); }

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

background-color css

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

 a { background-color: rgb(216,222,171); }

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

border-color css

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

 span { border-color: rgb(216,222,171); }

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