Html Css Color HEX #DCE5AC Tusk

📋 copy color: '#DCE5AC'

red 220 ◦ green 229 ◦ blue 172

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

Shades of Tusk #DCE5AC

Tints of Tusk #DCE5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.88%

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

R = 35.43%
G = 36.88%
B = 27.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#DCE5AC (or 0xDCE5AC) is known color: Tusk. HEX triplet: DC, E5 and AC. RGB value is (220,229,172). Sum of RGB (Red+Green+Blue) = 220+229+172=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE5AC is #231A53. Grayscale: #DCDCDC. Windows color (decimal): -2300500 or 11331036. OLE color: 11331036.

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

Color convert

RGB 220 229 172 -
CMYK 0.04 0 0.25 0.10
HSL 69.47º 0.52% 0.79% -
HSV(B) 69.47º 0.25% 0.9% -
XYZ 64.98 74.23 49.93 -
YUV 219.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 220 229 172 0.04 0 0.25 0.10 69.47 0.52 0.79
Hex DC E5 AC 4 0 19 A 45 34 4F
Octal 334 345 254 4 0 31 12 105 64 117
Binary 11011100 11100101 10101100 100 0 11001 1010 1000101 110100 1001111

Color Harmonies of #DCE5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE5AC

Black with #DCE5AC

Text Example


Text Example

White with #DCE5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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