Html Css Color HEX #DCE7AA Tusk

📋 copy color: '#DCE7AA'

red 220 ◦ green 231 ◦ blue 170

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

Shades of Tusk #DCE7AA

Tints of Tusk #DCE7AA

RGB

 RED value IS 220 (86.33% from 255) = 35.43%

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

 BLUE value IS 170 (66.8% from 255) = 27.38%

R = 35.43%
G = 37.2%
B = 27.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#DCE7AA (or 0xDCE7AA) is known color: Tusk. HEX triplet: DC, E7 and AA. RGB value is (220,231,170). Sum of RGB (Red+Green+Blue) = 220+231+170=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE7AA is #231855. Grayscale: #DCDCDC. Windows color (decimal): -2299990 or 11200476. OLE color: 11200476.

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

Color convert

RGB 220 231 170 -
CMYK 0.05 0 0.26 0.09
HSL 70.82º 0.56% 0.79% -
HSV(B) 70.82º 0.26% 0.91% -
XYZ 65.35 75.27 49.11 -
YUV 220.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 220 231 170 0.05 0 0.26 0.09 70.82 0.56 0.79
Hex DC E7 AA 5 0 1A 9 47 38 4F
Octal 334 347 252 5 0 32 11 107 70 117
Binary 11011100 11100111 10101010 101 0 11010 1001 1000111 111000 1001111

Color Harmonies of #DCE7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE7AA

Black with #DCE7AA

Text Example


Text Example

White with #DCE7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE7AA; }

 p { color: rgb(220,231,170); }

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

background-color css

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

 a { background-color: rgb(220,231,170); }

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

border-color css

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

 span { border-color: rgb(220,231,170); }

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