Html Css Color HEX #DDE3AC Tusk

📋 copy color: '#DDE3AC'

red 221 ◦ green 227 ◦ blue 172

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

Shades of Tusk #DDE3AC

Tints of Tusk #DDE3AC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.61%

 BLUE value IS 172 (67.58% from 255) = 27.74%

R = 35.65%
G = 36.61%
B = 27.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#DDE3AC (or 0xDDE3AC) is known color: Tusk. HEX triplet: DD, E3 and AC. RGB value is (221,227,172). Sum of RGB (Red+Green+Blue) = 221+227+172=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE3AC is #221C53. Grayscale: #DBDBDB. Windows color (decimal): -2235476 or 11330525. OLE color: 11330525.

HSL color Cylindrical-coordinate representation of color #DDE3AC: hue angle of 66.55º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDE3AC is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 227 172 -
CMYK 0.03 0 0.24 0.11
HSL 66.55º 0.5% 0.78% -
HSV(B) 66.55º 0.24% 0.89% -
XYZ 64.73 73.29 49.76 -
YUV 218.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 221 227 172 0.03 0 0.24 0.11 66.55 0.5 0.78
Hex DD E3 AC 3 0 18 B 43 32 4E
Octal 335 343 254 3 0 30 13 103 62 116
Binary 11011101 11100011 10101100 11 0 11000 1011 1000011 110010 1001110

Color Harmonies of #DDE3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE3AC

Black with #DDE3AC

Text Example


Text Example

White with #DDE3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE3AC; }

 p { color: rgb(221,227,172); }

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

background-color css

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

 a { background-color: rgb(221,227,172); }

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

border-color css

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

 span { border-color: rgb(221,227,172); }

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