Html Css Color HEX #DDDEAB Tusk

📋 copy color: '#DDDEAB'

red 221 ◦ green 222 ◦ blue 171

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

Shades of Tusk #DDDEAB

Tints of Tusk #DDDEAB

RGB

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

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

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

R = 35.99%
G = 36.16%
B = 27.85%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDDEAB (or 0xDDDEAB) is known color: Tusk. HEX triplet: DD, DE and AB. RGB value is (221,222,171). Sum of RGB (Red+Green+Blue) = 221+222+171=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEAB is #222154. Grayscale: #D8D8D8. Windows color (decimal): -2236757 or 11263709. OLE color: 11263709.

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

Color convert

RGB 221 222 171 -
CMYK 0.00 0 0.23 0.13
HSL 61.18º 0.44% 0.77% -
HSV(B) 61.18º 0.23% 0.87% -
XYZ 63.29 70.55 48.81 -
YUV 215.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 221 222 171 0.00 0 0.23 0.13 61.18 0.44 0.77
Hex DD DE AB 0 0 17 D 3D 2C 4D
Octal 335 336 253 0 0 27 15 75 54 115
Binary 11011101 11011110 10101011 0 0 10111 1101 111101 101100 1001101

Color Harmonies of #DDDEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEAB

Black with #DDDEAB

Text Example


Text Example

White with #DDDEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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