Html Css Color HEX #DCE6A6 Tusk

📋 copy color: '#DCE6A6'

red 220 ◦ green 230 ◦ blue 166

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

Shades of Tusk #DCE6A6

Tints of Tusk #DCE6A6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.34%

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

R = 35.71%
G = 37.34%
B = 26.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#DCE6A6 (or 0xDCE6A6) is known color: Tusk. HEX triplet: DC, E6 and A6. RGB value is (220,230,166). Sum of RGB (Red+Green+Blue) = 220+230+166=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 166 (65.23% from 255 or 26.95% from 616); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE6A6 is #231959. Grayscale: #DBDBDB. Windows color (decimal): -2300250 or 10938076. OLE color: 10938076.

HSL color Cylindrical-coordinate representation of color #DCE6A6: hue angle of 69.38º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCE6A6 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 230 166 -
CMYK 0.04 0 0.28 0.10
HSL 69.38º 0.56% 0.78% -
HSV(B) 69.38º 0.28% 0.9% -
XYZ 64.69 74.56 47.06 -
YUV 219.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 220 230 166 0.04 0 0.28 0.10 69.38 0.56 0.78
Hex DC E6 A6 4 0 1C A 45 38 4E
Octal 334 346 246 4 0 34 12 105 70 116
Binary 11011100 11100110 10100110 100 0 11100 1010 1000101 111000 1001110

Color Harmonies of #DCE6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE6A6

Black with #DCE6A6

Text Example


Text Example

White with #DCE6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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