Html Css Color HEX #DCE6AB Tusk

📋 copy color: '#DCE6AB'

red 220 ◦ green 230 ◦ blue 171

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

Shades of Tusk #DCE6AB

Tints of Tusk #DCE6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.54%

R = 35.43%
G = 37.04%
B = 27.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#DCE6AB (or 0xDCE6AB) is known color: Tusk. HEX triplet: DC, E6 and AB. RGB value is (220,230,171). Sum of RGB (Red+Green+Blue) = 220+230+171=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE6AB is #231954. Grayscale: #DCDCDC. Windows color (decimal): -2300245 or 11265756. OLE color: 11265756.

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

Color convert

RGB 220 230 171 -
CMYK 0.04 0 0.26 0.10
HSL 70.17º 0.54% 0.79% -
HSV(B) 70.17º 0.26% 0.9% -
XYZ 65.16 74.75 49.52 -
YUV 220.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 220 230 171 0.04 0 0.26 0.10 70.17 0.54 0.79
Hex DC E6 AB 4 0 1A A 46 36 4F
Octal 334 346 253 4 0 32 12 106 66 117
Binary 11011100 11100110 10101011 100 0 11010 1010 1000110 110110 1001111

Color Harmonies of #DCE6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE6AB

Black with #DCE6AB

Text Example


Text Example

White with #DCE6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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