Html Css Color HEX #D9DDAB Tusk

📋 copy color: '#D9DDAB'

red 217 ◦ green 221 ◦ blue 171

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

Shades of Tusk #D9DDAB

Tints of Tusk #D9DDAB

RGB

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

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

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

R = 35.63%
G = 36.29%
B = 28.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D9DDAB (or 0xD9DDAB) is known color: Tusk. HEX triplet: D9, DD and AB. RGB value is (217,221,171). Sum of RGB (Red+Green+Blue) = 217+221+171=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DDAB is #262254. Grayscale: #D6D6D6. Windows color (decimal): -2499157 or 11263449. OLE color: 11263449.

HSL color Cylindrical-coordinate representation of color #D9DDAB: hue angle of 64.8º degrees, saturation: 0.42, 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 #D9DDAB is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 171 -
CMYK 0.02 0 0.23 0.13
HSL 64.8º 0.42% 0.77% -
HSV(B) 64.8º 0.23% 0.87% -
XYZ 61.82 69.4 48.67 -
YUV 214.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 217 221 171 0.02 0 0.23 0.13 64.8 0.42 0.77
Hex D9 DD AB 2 0 17 D 41 2A 4D
Octal 331 335 253 2 0 27 15 101 52 115
Binary 11011001 11011101 10101011 10 0 10111 1101 1000001 101010 1001101

Color Harmonies of #D9DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDAB

Black with #D9DDAB

Text Example


Text Example

White with #D9DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDAB; }

 p { color: rgb(217,221,171); }

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

background-color css

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

 a { background-color: rgb(217,221,171); }

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

border-color css

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

 span { border-color: rgb(217,221,171); }

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