Html Css Color HEX #DCE8AD Tusk

📋 copy color: '#DCE8AD'

red 220 ◦ green 232 ◦ blue 173

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

Shades of Tusk #DCE8AD

Tints of Tusk #DCE8AD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.12%

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

R = 35.2%
G = 37.12%
B = 27.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#DCE8AD (or 0xDCE8AD) is known color: Tusk. HEX triplet: DC, E8 and AD. RGB value is (220,232,173). Sum of RGB (Red+Green+Blue) = 220+232+173=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE8AD is #231752. Grayscale: #DDDDDD. Windows color (decimal): -2299731 or 11397340. OLE color: 11397340.

HSL color Cylindrical-coordinate representation of color #DCE8AD: hue angle of 72.2º degrees, saturation: 0.56, 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 #DCE8AD is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 232 173 -
CMYK 0.05 0 0.25 0.09
HSL 72.2º 0.56% 0.79% -
HSV(B) 72.2º 0.25% 0.91% -
XYZ 65.91 75.95 50.72 -
YUV 221.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 220 232 173 0.05 0 0.25 0.09 72.2 0.56 0.79
Hex DC E8 AD 5 0 19 9 48 38 4F
Octal 334 350 255 5 0 31 11 110 70 117
Binary 11011100 11101000 10101101 101 0 11001 1001 1001000 111000 1001111

Color Harmonies of #DCE8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE8AD

Black with #DCE8AD

Text Example


Text Example

White with #DCE8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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