Html Css Color HEX #D6E0A0 Tusk

📋 copy color: '#D6E0A0'

red 214 ◦ green 224 ◦ blue 160

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

Shades of Tusk #D6E0A0

Tints of Tusk #D6E0A0

RGB

 RED value IS 214 (83.98% from 255) = 35.79%

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

 BLUE value IS 160 (62.89% from 255) = 26.76%

R = 35.79%
G = 37.46%
B = 26.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#D6E0A0 (or 0xD6E0A0) is known color: Tusk. HEX triplet: D6, E0 and A0. RGB value is (214,224,160). Sum of RGB (Red+Green+Blue) = 214+224+160=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E0A0 is #291F5F. Grayscale: #D5D5D5. Windows color (decimal): -2695008 or 10543318. OLE color: 10543318.

HSL color Cylindrical-coordinate representation of color #D6E0A0: hue angle of 69.38º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6E0A0 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 160 -
CMYK 0.04 0 0.29 0.12
HSL 69.38º 0.51% 0.75% -
HSV(B) 69.38º 0.29% 0.88% -
XYZ 60.73 70.15 43.6 -
YUV 213.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 214 224 160 0.04 0 0.29 0.12 69.38 0.51 0.75
Hex D6 E0 A0 4 0 1D C 45 33 4B
Octal 326 340 240 4 0 35 14 105 63 113
Binary 11010110 11100000 10100000 100 0 11101 1100 1000101 110011 1001011

Color Harmonies of #D6E0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E0A0

Black with #D6E0A0

Text Example


Text Example

White with #D6E0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E0A0; }

 p { color: rgb(214,224,160); }

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

background-color css

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

 a { background-color: rgb(214,224,160); }

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

border-color css

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

 span { border-color: rgb(214,224,160); }

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