Html Css Color HEX #DCE49E Tusk

📋 copy color: '#DCE49E'

red 220 ◦ green 228 ◦ blue 158

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

Shades of Tusk #DCE49E

Tints of Tusk #DCE49E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.62%

 BLUE value IS 158 (62.11% from 255) = 26.07%

R = 36.3%
G = 37.62%
B = 26.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#DCE49E (or 0xDCE49E) is known color: Tusk. HEX triplet: DC, E4 and 9E. RGB value is (220,228,158). Sum of RGB (Red+Green+Blue) = 220+228+158=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE49E is #231B61. Grayscale: #D9D9D9. Windows color (decimal): -2300770 or 10413276. OLE color: 10413276.

HSL color Cylindrical-coordinate representation of color #DCE49E: hue angle of 66.86º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCE49E is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 228 158 -
CMYK 0.04 0 0.31 0.11
HSL 66.86º 0.56% 0.76% -
HSV(B) 66.86º 0.31% 0.89% -
XYZ 63.43 73.17 43.13 -
YUV 217.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 220 228 158 0.04 0 0.31 0.11 66.86 0.56 0.76
Hex DC E4 9E 4 0 1F B 43 38 4C
Octal 334 344 236 4 0 37 13 103 70 114
Binary 11011100 11100100 10011110 100 0 11111 1011 1000011 111000 1001100

Color Harmonies of #DCE49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE49E

Black with #DCE49E

Text Example


Text Example

White with #DCE49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE49E; }

 p { color: rgb(220,228,158); }

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

background-color css

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

 a { background-color: rgb(220,228,158); }

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

border-color css

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

 span { border-color: rgb(220,228,158); }

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