Html Css Color HEX #DCE2A5 Tusk

📋 copy color: '#DCE2A5'

red 220 ◦ green 226 ◦ blue 165

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

Shades of Tusk #DCE2A5

Tints of Tusk #DCE2A5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.99%

 BLUE value IS 165 (64.84% from 255) = 27%

R = 36.01%
G = 36.99%
B = 27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#DCE2A5 (or 0xDCE2A5) is known color: Tusk. HEX triplet: DC, E2 and A5. RGB value is (220,226,165). Sum of RGB (Red+Green+Blue) = 220+226+165=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 165 (64.84% from 255 or 27.00% from 611); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE2A5 is #231D5A. Grayscale: #D9D9D9. Windows color (decimal): -2301275 or 10871516. OLE color: 10871516.

HSL color Cylindrical-coordinate representation of color #DCE2A5: hue angle of 65.9º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCE2A5 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 226 165 -
CMYK 0.03 0 0.27 0.11
HSL 65.9º 0.51% 0.77% -
HSV(B) 65.9º 0.27% 0.89% -
XYZ 63.5 72.32 46.21 -
YUV 217.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 220 226 165 0.03 0 0.27 0.11 65.9 0.51 0.77
Hex DC E2 A5 3 0 1B B 42 33 4D
Octal 334 342 245 3 0 33 13 102 63 115
Binary 11011100 11100010 10100101 11 0 11011 1011 1000010 110011 1001101

Color Harmonies of #DCE2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE2A5

Black with #DCE2A5

Text Example


Text Example

White with #DCE2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE2A5; }

 p { color: rgb(220,226,165); }

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

background-color css

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

 a { background-color: rgb(220,226,165); }

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

border-color css

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

 span { border-color: rgb(220,226,165); }

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