Html Css Color HEX #DCE2AD Tusk

📋 copy color: '#DCE2AD'

red 220 ◦ green 226 ◦ blue 173

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

Shades of Tusk #DCE2AD

Tints of Tusk #DCE2AD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.51%

 BLUE value IS 173 (67.97% from 255) = 27.95%

R = 35.54%
G = 36.51%
B = 27.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#DCE2AD (or 0xDCE2AD) is known color: Tusk. HEX triplet: DC, E2 and AD. RGB value is (220,226,173). Sum of RGB (Red+Green+Blue) = 220+226+173=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE2AD is #231D52. Grayscale: #DADADA. Windows color (decimal): -2301267 or 11395804. OLE color: 11395804.

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

Color convert

RGB 220 226 173 -
CMYK 0.03 0 0.23 0.11
HSL 66.79º 0.48% 0.78% -
HSV(B) 66.79º 0.23% 0.89% -
XYZ 64.25 72.63 50.17 -
YUV 218.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 220 226 173 0.03 0 0.23 0.11 66.79 0.48 0.78
Hex DC E2 AD 3 0 17 B 43 30 4E
Octal 334 342 255 3 0 27 13 103 60 116
Binary 11011100 11100010 10101101 11 0 10111 1011 1000011 110000 1001110

Color Harmonies of #DCE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE2AD

Black with #DCE2AD

Text Example


Text Example

White with #DCE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE2AD; }

 p { color: rgb(220,226,173); }

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

background-color css

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

 a { background-color: rgb(220,226,173); }

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

border-color css

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

 span { border-color: rgb(220,226,173); }

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