Html Css Color HEX #DCE0AD Tusk

📋 copy color: '#DCE0AD'

red 220 ◦ green 224 ◦ blue 173

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

Shades of Tusk #DCE0AD

Tints of Tusk #DCE0AD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.3%

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

R = 35.66%
G = 36.3%
B = 28.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#DCE0AD (or 0xDCE0AD) is known color: Tusk. HEX triplet: DC, E0 and AD. RGB value is (220,224,173). Sum of RGB (Red+Green+Blue) = 220+224+173=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE0AD is #231F52. Grayscale: #D9D9D9. Windows color (decimal): -2301779 or 11395292. OLE color: 11395292.

HSL color Cylindrical-coordinate representation of color #DCE0AD: hue angle of 64.71º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCE0AD is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 173 -
CMYK 0.02 0 0.23 0.12
HSL 64.71º 0.45% 0.78% -
HSV(B) 64.71º 0.23% 0.88% -
XYZ 63.71 71.54 49.99 -
YUV 216.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 220 224 173 0.02 0 0.23 0.12 64.71 0.45 0.78
Hex DC E0 AD 2 0 17 C 41 2D 4E
Octal 334 340 255 2 0 27 14 101 55 116
Binary 11011100 11100000 10101101 10 0 10111 1100 1000001 101101 1001110

Color Harmonies of #DCE0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE0AD

Black with #DCE0AD

Text Example


Text Example

White with #DCE0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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