Html Css Color HEX #D8DDA6 Tusk

📋 copy color: '#D8DDA6'

red 216 ◦ green 221 ◦ blue 166

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

Shades of Tusk #D8DDA6

Tints of Tusk #D8DDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.53%

R = 35.82%
G = 36.65%
B = 27.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#D8DDA6 (or 0xD8DDA6) is known color: Tusk. HEX triplet: D8, DD and A6. RGB value is (216,221,166). Sum of RGB (Red+Green+Blue) = 216+221+166=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 166 (65.23% from 255 or 27.53% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DDA6 is #272259. Grayscale: #D5D5D5. Windows color (decimal): -2564698 or 10935768. OLE color: 10935768.

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

Color convert

RGB 216 221 166 -
CMYK 0.02 0 0.25 0.13
HSL 65.45º 0.45% 0.76% -
HSV(B) 65.45º 0.25% 0.87% -
XYZ 61.06 69.07 46.19 -
YUV 213.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 216 221 166 0.02 0 0.25 0.13 65.45 0.45 0.76
Hex D8 DD A6 2 0 19 D 41 2D 4C
Octal 330 335 246 2 0 31 15 101 55 114
Binary 11011000 11011101 10100110 10 0 11001 1101 1000001 101101 1001100

Color Harmonies of #D8DDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDA6

Black with #D8DDA6

Text Example


Text Example

White with #D8DDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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