Html Css Color HEX #DADDA9 Tusk

📋 copy color: '#DADDA9'

red 218 ◦ green 221 ◦ blue 169

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

Shades of Tusk #DADDA9

Tints of Tusk #DADDA9

RGB

 RED value IS 218 (85.55% from 255) = 35.86%

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

 BLUE value IS 169 (66.41% from 255) = 27.8%

R = 35.86%
G = 36.35%
B = 27.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DADDA9 (or 0xDADDA9) is known color: Tusk. HEX triplet: DA, DD and A9. RGB value is (218,221,169). Sum of RGB (Red+Green+Blue) = 218+221+169=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDA9 is #252256. Grayscale: #D6D6D6. Windows color (decimal): -2433623 or 11132378. OLE color: 11132378.

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

Color convert

RGB 218 221 169 -
CMYK 0.01 0 0.24 0.13
HSL 63.46º 0.43% 0.76% -
HSV(B) 63.46º 0.24% 0.87% -
XYZ 61.93 69.48 47.68 -
YUV 214.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 218 221 169 0.01 0 0.24 0.13 63.46 0.43 0.76
Hex DA DD A9 1 0 18 D 3F 2B 4C
Octal 332 335 251 1 0 30 15 77 53 114
Binary 11011010 11011101 10101001 1 0 11000 1101 111111 101011 1001100

Color Harmonies of #DADDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDA9

Black with #DADDA9

Text Example


Text Example

White with #DADDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDA9; }

 p { color: rgb(218,221,169); }

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

background-color css

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

 a { background-color: rgb(218,221,169); }

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

border-color css

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

 span { border-color: rgb(218,221,169); }

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