Html Css Color HEX #DCE0AE Tusk

📋 copy color: '#DCE0AE'

red 220 ◦ green 224 ◦ blue 174

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

Shades of Tusk #DCE0AE

Tints of Tusk #DCE0AE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.25%

 BLUE value IS 174 (68.36% from 255) = 28.16%

R = 35.6%
G = 36.25%
B = 28.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#DCE0AE (or 0xDCE0AE) is known color: Tusk. HEX triplet: DC, E0 and AE. RGB value is (220,224,174). Sum of RGB (Red+Green+Blue) = 220+224+174=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE0AE is #231F51. Grayscale: #D9D9D9. Windows color (decimal): -2301778 or 11460828. OLE color: 11460828.

HSL color Cylindrical-coordinate representation of color #DCE0AE: hue angle of 64.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCE0AE is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 174 -
CMYK 0.02 0 0.22 0.12
HSL 64.8º 0.45% 0.78% -
HSV(B) 64.8º 0.22% 0.88% -
XYZ 63.81 71.58 50.5 -
YUV 217.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 220 224 174 0.02 0 0.22 0.12 64.8 0.45 0.78
Hex DC E0 AE 2 0 16 C 41 2D 4E
Octal 334 340 256 2 0 26 14 101 55 116
Binary 11011100 11100000 10101110 10 0 10110 1100 1000001 101101 1001110

Color Harmonies of #DCE0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE0AE

Black with #DCE0AE

Text Example


Text Example

White with #DCE0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE0AE; }

 p { color: rgb(220,224,174); }

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

background-color css

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

 a { background-color: rgb(220,224,174); }

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

border-color css

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

 span { border-color: rgb(220,224,174); }

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