Html Css Color HEX #DDE7AE Tusk

📋 copy color: '#DDE7AE'

red 221 ◦ green 231 ◦ blue 174

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

Shades of Tusk #DDE7AE

Tints of Tusk #DDE7AE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.9%

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

R = 35.3%
G = 36.9%
B = 27.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#DDE7AE (or 0xDDE7AE) is known color: Tusk. HEX triplet: DD, E7 and AE. RGB value is (221,231,174). Sum of RGB (Red+Green+Blue) = 221+231+174=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE7AE is #221851. Grayscale: #DDDDDD. Windows color (decimal): -2234450 or 11462621. OLE color: 11462621.

HSL color Cylindrical-coordinate representation of color #DDE7AE: hue angle of 70.53º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDE7AE is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 231 174 -
CMYK 0.04 0 0.25 0.09
HSL 70.53º 0.54% 0.79% -
HSV(B) 70.53º 0.25% 0.91% -
XYZ 66.03 75.58 51.15 -
YUV 221.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 221 231 174 0.04 0 0.25 0.09 70.53 0.54 0.79
Hex DD E7 AE 4 0 19 9 47 36 4F
Octal 335 347 256 4 0 31 11 107 66 117
Binary 11011101 11100111 10101110 100 0 11001 1001 1000111 110110 1001111

Color Harmonies of #DDE7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE7AE

Black with #DDE7AE

Text Example


Text Example

White with #DDE7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE7AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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