Html Css Color HEX #DCE9AC Tusk

📋 copy color: '#DCE9AC'

red 220 ◦ green 233 ◦ blue 172

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

Shades of Tusk #DCE9AC

Tints of Tusk #DCE9AC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.28%

 BLUE value IS 172 (67.58% from 255) = 27.52%

R = 35.2%
G = 37.28%
B = 27.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#DCE9AC (or 0xDCE9AC) is known color: Tusk. HEX triplet: DC, E9 and AC. RGB value is (220,233,172). Sum of RGB (Red+Green+Blue) = 220+233+172=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE9AC is #231653. Grayscale: #DEDEDE. Windows color (decimal): -2299476 or 11332060. OLE color: 11332060.

HSL color Cylindrical-coordinate representation of color #DCE9AC: hue angle of 72.79º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCE9AC is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 233 172 -
CMYK 0.06 0 0.26 0.09
HSL 72.79º 0.58% 0.79% -
HSV(B) 72.79º 0.26% 0.91% -
XYZ 66.1 76.47 50.31 -
YUV 222.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 220 233 172 0.06 0 0.26 0.09 72.79 0.58 0.79
Hex DC E9 AC 6 0 1A 9 49 3A 4F
Octal 334 351 254 6 0 32 11 111 72 117
Binary 11011100 11101001 10101100 110 0 11010 1001 1001001 111010 1001111

Color Harmonies of #DCE9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE9AC

Black with #DCE9AC

Text Example


Text Example

White with #DCE9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE9AC; }

 p { color: rgb(220,233,172); }

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

background-color css

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

 a { background-color: rgb(220,233,172); }

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

border-color css

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

 span { border-color: rgb(220,233,172); }

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