Html Css Color HEX #DCE2A6 Tusk

📋 copy color: '#DCE2A6'

red 220 ◦ green 226 ◦ blue 166

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

Shades of Tusk #DCE2A6

Tints of Tusk #DCE2A6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.93%

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

R = 35.95%
G = 36.93%
B = 27.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#DCE2A6 (or 0xDCE2A6) is known color: Tusk. HEX triplet: DC, E2 and A6. RGB value is (220,226,166). Sum of RGB (Red+Green+Blue) = 220+226+166=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE2A6 is #231D59. Grayscale: #D9D9D9. Windows color (decimal): -2301274 or 10937052. OLE color: 10937052.

HSL color Cylindrical-coordinate representation of color #DCE2A6: hue angle of 66º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCE2A6 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 226 166 -
CMYK 0.03 0 0.27 0.11
HSL 66º 0.51% 0.77% -
HSV(B) 66º 0.27% 0.89% -
XYZ 63.59 72.36 46.69 -
YUV 217.37 99.01 129.88 -
System Red Green Blue C M Y K H S L
Decimal 220 226 166 0.03 0 0.27 0.11 66 0.51 0.77
Hex DC E2 A6 3 0 1B B 42 33 4D
Octal 334 342 246 3 0 33 13 102 63 115
Binary 11011100 11100010 10100110 11 0 11011 1011 1000010 110011 1001101

Color Harmonies of #DCE2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE2A6

Black with #DCE2A6

Text Example


Text Example

White with #DCE2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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