Html Css Color HEX #DDDFAE Tusk

📋 copy color: '#DDDFAE'

red 221 ◦ green 223 ◦ blue 174

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

Shades of Tusk #DDDFAE

Tints of Tusk #DDDFAE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

 BLUE value IS 174 (68.36% from 255) = 28.16%

R = 35.76%
G = 36.08%
B = 28.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDDFAE (or 0xDDDFAE) is known color: Tusk. HEX triplet: DD, DF and AE. RGB value is (221,223,174). Sum of RGB (Red+Green+Blue) = 221+223+174=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFAE is #222051. Grayscale: #D9D9D9. Windows color (decimal): -2236498 or 11460573. OLE color: 11460573.

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

Color convert

RGB 221 223 174 -
CMYK 0.01 0 0.22 0.13
HSL 62.45º 0.43% 0.78% -
HSV(B) 62.45º 0.22% 0.87% -
XYZ 63.85 71.2 50.42 -
YUV 216.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 221 223 174 0.01 0 0.22 0.13 62.45 0.43 0.78
Hex DD DF AE 1 0 16 D 3E 2B 4E
Octal 335 337 256 1 0 26 15 76 53 116
Binary 11011101 11011111 10101110 1 0 10110 1101 111110 101011 1001110

Color Harmonies of #DDDFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFAE

Black with #DDDFAE

Text Example


Text Example

White with #DDDFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFAE; }

 p { color: rgb(221,223,174); }

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

background-color css

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

 a { background-color: rgb(221,223,174); }

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

border-color css

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

 span { border-color: rgb(221,223,174); }

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