Html Css Color HEX #D8DFA7 Tusk

📋 copy color: '#D8DFA7'

red 216 ◦ green 223 ◦ blue 167

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

Shades of Tusk #D8DFA7

Tints of Tusk #D8DFA7

RGB

 RED value IS 216 (84.77% from 255) = 35.64%

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

 BLUE value IS 167 (65.63% from 255) = 27.56%

R = 35.64%
G = 36.8%
B = 27.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#D8DFA7 (or 0xD8DFA7) is known color: Tusk. HEX triplet: D8, DF and A7. RGB value is (216,223,167). Sum of RGB (Red+Green+Blue) = 216+223+167=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DFA7 is #272058. Grayscale: #D6D6D6. Windows color (decimal): -2564185 or 11001816. OLE color: 11001816.

HSL color Cylindrical-coordinate representation of color #D8DFA7: hue angle of 67.5º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8DFA7 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 223 167 -
CMYK 0.03 0 0.25 0.13
HSL 67.5º 0.47% 0.76% -
HSV(B) 67.5º 0.25% 0.87% -
XYZ 61.68 70.16 46.85 -
YUV 214.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 216 223 167 0.03 0 0.25 0.13 67.5 0.47 0.76
Hex D8 DF A7 3 0 19 D 44 2F 4C
Octal 330 337 247 3 0 31 15 104 57 114
Binary 11011000 11011111 10100111 11 0 11001 1101 1000100 101111 1001100

Color Harmonies of #D8DFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DFA7

Black with #D8DFA7

Text Example


Text Example

White with #D8DFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DFA7; }

 p { color: rgb(216,223,167); }

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

background-color css

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

 a { background-color: rgb(216,223,167); }

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

border-color css

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

 span { border-color: rgb(216,223,167); }

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