Html Css Color HEX #D6DF9D Tusk

📋 copy color: '#D6DF9D'

red 214 ◦ green 223 ◦ blue 157

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

Shades of Tusk #D6DF9D

Tints of Tusk #D6DF9D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.54%

 BLUE value IS 157 (61.72% from 255) = 26.43%

R = 36.03%
G = 37.54%
B = 26.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#D6DF9D (or 0xD6DF9D) is known color: Tusk. HEX triplet: D6, DF and 9D. RGB value is (214,223,157). Sum of RGB (Red+Green+Blue) = 214+223+157=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF9D is #292062. Grayscale: #D5D5D5. Windows color (decimal): -2695267 or 10346454. OLE color: 10346454.

HSL color Cylindrical-coordinate representation of color #D6DF9D: hue angle of 68.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6DF9D is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 157 -
CMYK 0.04 0 0.30 0.13
HSL 68.18º 0.51% 0.75% -
HSV(B) 68.18º 0.3% 0.87% -
XYZ 60.21 69.51 42.14 -
YUV 212.79 96.52 128.87 -
System Red Green Blue C M Y K H S L
Decimal 214 223 157 0.04 0 0.30 0.13 68.18 0.51 0.75
Hex D6 DF 9D 4 0 1E D 44 33 4B
Octal 326 337 235 4 0 36 15 104 63 113
Binary 11010110 11011111 10011101 100 0 11110 1101 1000100 110011 1001011

Color Harmonies of #D6DF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DF9D

Black with #D6DF9D

Text Example


Text Example

White with #D6DF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DF9D; }

 p { color: rgb(214,223,157); }

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

background-color css

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

 a { background-color: rgb(214,223,157); }

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

border-color css

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

 span { border-color: rgb(214,223,157); }

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