Html Css Color HEX #DCE1A6 Tusk

📋 copy color: '#DCE1A6'

red 220 ◦ green 225 ◦ blue 166

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

Shades of Tusk #DCE1A6

Tints of Tusk #DCE1A6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.82%

 BLUE value IS 166 (65.23% from 255) = 27.17%

R = 36.01%
G = 36.82%
B = 27.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#DCE1A6 (or 0xDCE1A6) is known color: Tusk. HEX triplet: DC, E1 and A6. RGB value is (220,225,166). Sum of RGB (Red+Green+Blue) = 220+225+166=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE1A6 is #231E59. Grayscale: #D9D9D9. Windows color (decimal): -2301530 or 10936796. OLE color: 10936796.

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

Color convert

RGB 220 225 166 -
CMYK 0.02 0 0.26 0.12
HSL 65.08º 0.5% 0.77% -
HSV(B) 65.08º 0.26% 0.88% -
XYZ 63.32 71.82 46.6 -
YUV 216.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 220 225 166 0.02 0 0.26 0.12 65.08 0.5 0.77
Hex DC E1 A6 2 0 1A C 41 32 4D
Octal 334 341 246 2 0 32 14 101 62 115
Binary 11011100 11100001 10100110 10 0 11010 1100 1000001 110010 1001101

Color Harmonies of #DCE1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE1A6

Black with #DCE1A6

Text Example


Text Example

White with #DCE1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE1A6; }

 p { color: rgb(220,225,166); }

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

background-color css

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

 a { background-color: rgb(220,225,166); }

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

border-color css

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

 span { border-color: rgb(220,225,166); }

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