Html Css Color HEX #DCE49F Tusk

📋 copy color: '#DCE49F'

red 220 ◦ green 228 ◦ blue 159

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

Shades of Tusk #DCE49F

Tints of Tusk #DCE49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.19%

R = 36.24%
G = 37.56%
B = 26.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#DCE49F (or 0xDCE49F) is known color: Tusk. HEX triplet: DC, E4 and 9F. RGB value is (220,228,159). Sum of RGB (Red+Green+Blue) = 220+228+159=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE49F is #231B60. Grayscale: #DADADA. Windows color (decimal): -2300769 or 10478812. OLE color: 10478812.

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

Color convert

RGB 220 228 159 -
CMYK 0.04 0 0.30 0.11
HSL 66.96º 0.56% 0.76% -
HSV(B) 66.96º 0.3% 0.89% -
XYZ 63.52 73.21 43.58 -
YUV 217.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 220 228 159 0.04 0 0.30 0.11 66.96 0.56 0.76
Hex DC E4 9F 4 0 1E B 43 38 4C
Octal 334 344 237 4 0 36 13 103 70 114
Binary 11011100 11100100 10011111 100 0 11110 1011 1000011 111000 1001100

Color Harmonies of #DCE49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE49F

Black with #DCE49F

Text Example


Text Example

White with #DCE49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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