Html Css Color HEX #DDDEA6 Tusk

📋 copy color: '#DDDEA6'

red 221 ◦ green 222 ◦ blue 166

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

Shades of Tusk #DDDEA6

Tints of Tusk #DDDEA6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.45%

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

R = 36.29%
G = 36.45%
B = 27.26%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDDEA6 (or 0xDDDEA6) is known color: Tusk. HEX triplet: DD, DE and A6. RGB value is (221,222,166). Sum of RGB (Red+Green+Blue) = 221+222+166=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEA6 is #222159. Grayscale: #D7D7D7. Windows color (decimal): -2236762 or 10936029. OLE color: 10936029.

HSL color Cylindrical-coordinate representation of color #DDDEA6: hue angle of 61.07º degrees, saturation: 0.46, 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 #DDDEA6 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 166 -
CMYK 0.00 0 0.25 0.13
HSL 61.07º 0.46% 0.76% -
HSV(B) 61.07º 0.25% 0.87% -
XYZ 62.82 70.37 46.35 -
YUV 215.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 221 222 166 0.00 0 0.25 0.13 61.07 0.46 0.76
Hex DD DE A6 0 0 19 D 3D 2E 4C
Octal 335 336 246 0 0 31 15 75 56 114
Binary 11011101 11011110 10100110 0 0 11001 1101 111101 101110 1001100

Color Harmonies of #DDDEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEA6

Black with #DDDEA6

Text Example


Text Example

White with #DDDEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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