Html Css Color HEX #D7DF9D Tusk

📋 copy color: '#D7DF9D'

red 215 ◦ green 223 ◦ blue 157

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

Shades of Tusk #D7DF9D

Tints of Tusk #D7DF9D

RGB

 RED value IS 215 (84.38% from 255) = 36.13%

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

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

R = 36.13%
G = 37.48%
B = 26.39%

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

#D7DF9D (or 0xD7DF9D) is known color: Tusk. HEX triplet: D7, DF and 9D. RGB value is (215,223,157). Sum of RGB (Red+Green+Blue) = 215+223+157=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DF9D is #282062. Grayscale: #D5D5D5. Windows color (decimal): -2629731 or 10346455. OLE color: 10346455.

HSL color Cylindrical-coordinate representation of color #D7DF9D: hue angle of 67.27º 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 #D7DF9D is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 223 157 -
CMYK 0.04 0 0.30 0.13
HSL 67.27º 0.51% 0.75% -
HSV(B) 67.27º 0.3% 0.87% -
XYZ 60.5 69.66 42.15 -
YUV 213.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 215 223 157 0.04 0 0.30 0.13 67.27 0.51 0.75
Hex D7 DF 9D 4 0 1E D 43 33 4B
Octal 327 337 235 4 0 36 15 103 63 113
Binary 11010111 11011111 10011101 100 0 11110 1101 1000011 110011 1001011

Color Harmonies of #D7DF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DF9D

Black with #D7DF9D

Text Example


Text Example

White with #D7DF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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