Html Css Color HEX #D6E0AF Tusk

📋 copy color: '#D6E0AF'

red 214 ◦ green 224 ◦ blue 175

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

Shades of Tusk #D6E0AF

Tints of Tusk #D6E0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.55%

R = 34.91%
G = 36.54%
B = 28.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#D6E0AF (or 0xD6E0AF) is known color: Tusk. HEX triplet: D6, E0 and AF. RGB value is (214,224,175). Sum of RGB (Red+Green+Blue) = 214+224+175=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E0AF is #291F50. Grayscale: #D7D7D7. Windows color (decimal): -2694993 or 11526358. OLE color: 11526358.

HSL color Cylindrical-coordinate representation of color #D6E0AF: hue angle of 72.24º degrees, saturation: 0.44, 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 #D6E0AF is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 175 -
CMYK 0.04 0 0.22 0.12
HSL 72.24º 0.44% 0.78% -
HSV(B) 72.24º 0.22% 0.88% -
XYZ 62.13 70.7 50.93 -
YUV 215.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 214 224 175 0.04 0 0.22 0.12 72.24 0.44 0.78
Hex D6 E0 AF 4 0 16 C 48 2C 4E
Octal 326 340 257 4 0 26 14 110 54 116
Binary 11010110 11100000 10101111 100 0 10110 1100 1001000 101100 1001110

Color Harmonies of #D6E0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E0AF

Black with #D6E0AF

Text Example


Text Example

White with #D6E0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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