Html Css Color HEX #D6E1AF Tusk

📋 copy color: '#D6E1AF'

red 214 ◦ green 225 ◦ blue 175

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

Shades of Tusk #D6E1AF

Tints of Tusk #D6E1AF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.64%

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

R = 34.85%
G = 36.64%
B = 28.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#D6E1AF (or 0xD6E1AF) is known color: Tusk. HEX triplet: D6, E1 and AF. RGB value is (214,225,175). Sum of RGB (Red+Green+Blue) = 214+225+175=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E1AF is #291E50. Grayscale: #D8D8D8. Windows color (decimal): -2694737 or 11526614. OLE color: 11526614.

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

Color convert

RGB 214 225 175 -
CMYK 0.05 0 0.22 0.12
HSL 73.2º 0.45% 0.78% -
HSV(B) 73.2º 0.22% 0.88% -
XYZ 62.39 71.24 51.02 -
YUV 216.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 214 225 175 0.05 0 0.22 0.12 73.2 0.45 0.78
Hex D6 E1 AF 5 0 16 C 49 2D 4E
Octal 326 341 257 5 0 26 14 111 55 116
Binary 11010110 11100001 10101111 101 0 10110 1100 1001001 101101 1001110

Color Harmonies of #D6E1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1AF

Black with #D6E1AF

Text Example


Text Example

White with #D6E1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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