Html Css Color HEX #D6E3AE Tusk

📋 copy color: '#D6E3AE'

red 214 ◦ green 227 ◦ blue 174

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

Shades of Tusk #D6E3AE

Tints of Tusk #D6E3AE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.91%

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

R = 34.8%
G = 36.91%
B = 28.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#D6E3AE (or 0xD6E3AE) is known color: Tusk. HEX triplet: D6, E3 and AE. RGB value is (214,227,174). Sum of RGB (Red+Green+Blue) = 214+227+174=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E3AE is #291C51. Grayscale: #D9D9D9. Windows color (decimal): -2694226 or 11461590. OLE color: 11461590.

HSL color Cylindrical-coordinate representation of color #D6E3AE: hue angle of 74.72º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6E3AE is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 227 174 -
CMYK 0.06 0 0.23 0.11
HSL 74.72º 0.49% 0.79% -
HSV(B) 74.72º 0.23% 0.89% -
XYZ 62.84 72.29 50.69 -
YUV 217.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 214 227 174 0.06 0 0.23 0.11 74.72 0.49 0.79
Hex D6 E3 AE 6 0 17 B 4B 31 4F
Octal 326 343 256 6 0 27 13 113 61 117
Binary 11010110 11100011 10101110 110 0 10111 1011 1001011 110001 1001111

Color Harmonies of #D6E3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E3AE

Black with #D6E3AE

Text Example


Text Example

White with #D6E3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E3AE; }

 p { color: rgb(214,227,174); }

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

background-color css

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

 a { background-color: rgb(214,227,174); }

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

border-color css

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

 span { border-color: rgb(214,227,174); }

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