Html Css Color HEX #DDEAA6 Tusk

📋 copy color: '#DDEAA6'

red 221 ◦ green 234 ◦ blue 166

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

Shades of Tusk #DDEAA6

Tints of Tusk #DDEAA6

RGB

 RED value IS 221 (86.72% from 255) = 35.59%

 GREEN value IS 234 (91.8% from 255) = 37.68%

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

R = 35.59%
G = 37.68%
B = 26.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#DDEAA6 (or 0xDDEAA6) is known color: Tusk. HEX triplet: DD, EA and A6. RGB value is (221,234,166). Sum of RGB (Red+Green+Blue) = 221+234+166=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAA6 is #221559. Grayscale: #DEDEDE. Windows color (decimal): -2233690 or 10939101. OLE color: 10939101.

HSL color Cylindrical-coordinate representation of color #DDEAA6: hue angle of 71.47º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDEAA6 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 166 -
CMYK 0.06 0 0.29 0.08
HSL 71.47º 0.62% 0.78% -
HSV(B) 71.47º 0.29% 0.92% -
XYZ 66.12 76.97 47.45 -
YUV 222.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 221 234 166 0.06 0 0.29 0.08 71.47 0.62 0.78
Hex DD EA A6 6 0 1D 8 47 3E 4E
Octal 335 352 246 6 0 35 10 107 76 116
Binary 11011101 11101010 10100110 110 0 11101 1000 1000111 111110 1001110

Color Harmonies of #DDEAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAA6

Black with #DDEAA6

Text Example


Text Example

White with #DDEAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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