Html Css Color HEX #D8DDA0 Tusk

📋 copy color: '#D8DDA0'

red 216 ◦ green 221 ◦ blue 160

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

Shades of Tusk #D8DDA0

Tints of Tusk #D8DDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.02%

 BLUE value IS 160 (62.89% from 255) = 26.8%

R = 36.18%
G = 37.02%
B = 26.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#D8DDA0 (or 0xD8DDA0) is known color: Tusk. HEX triplet: D8, DD and A0. RGB value is (216,221,160). Sum of RGB (Red+Green+Blue) = 216+221+160=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DDA0 is #27225F. Grayscale: #D4D4D4. Windows color (decimal): -2564704 or 10542552. OLE color: 10542552.

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

Color convert

RGB 216 221 160 -
CMYK 0.02 0 0.28 0.13
HSL 64.92º 0.47% 0.75% -
HSV(B) 64.92º 0.28% 0.87% -
XYZ 60.52 68.85 43.36 -
YUV 212.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 216 221 160 0.02 0 0.28 0.13 64.92 0.47 0.75
Hex D8 DD A0 2 0 1C D 41 2F 4B
Octal 330 335 240 2 0 34 15 101 57 113
Binary 11011000 11011101 10100000 10 0 11100 1101 1000001 101111 1001011

Color Harmonies of #D8DDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDA0

Black with #D8DDA0

Text Example


Text Example

White with #D8DDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDA0; }

 p { color: rgb(216,221,160); }

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

background-color css

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

 a { background-color: rgb(216,221,160); }

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

border-color css

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

 span { border-color: rgb(216,221,160); }

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