Html Css Color HEX #DCE5A0 Tusk

📋 copy color: '#DCE5A0'

red 220 ◦ green 229 ◦ blue 160

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

Shades of Tusk #DCE5A0

Tints of Tusk #DCE5A0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.6%

 BLUE value IS 160 (62.89% from 255) = 26.27%

R = 36.12%
G = 37.6%
B = 26.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#DCE5A0 (or 0xDCE5A0) is known color: Tusk. HEX triplet: DC, E5 and A0. RGB value is (220,229,160). Sum of RGB (Red+Green+Blue) = 220+229+160=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE5A0 is #231A5F. Grayscale: #DADADA. Windows color (decimal): -2300512 or 10544604. OLE color: 10544604.

HSL color Cylindrical-coordinate representation of color #DCE5A0: hue angle of 67.83º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCE5A0 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 160 -
CMYK 0.04 0 0.30 0.10
HSL 67.83º 0.57% 0.76% -
HSV(B) 67.83º 0.3% 0.9% -
XYZ 63.88 73.79 44.13 -
YUV 218.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 220 229 160 0.04 0 0.30 0.10 67.83 0.57 0.76
Hex DC E5 A0 4 0 1E A 44 39 4C
Octal 334 345 240 4 0 36 12 104 71 114
Binary 11011100 11100101 10100000 100 0 11110 1010 1000100 111001 1001100

Color Harmonies of #DCE5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE5A0

Black with #DCE5A0

Text Example


Text Example

White with #DCE5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE5A0; }

 p { color: rgb(220,229,160); }

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

background-color css

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

 a { background-color: rgb(220,229,160); }

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

border-color css

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

 span { border-color: rgb(220,229,160); }

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