Html Css Color HEX #D7DFB1 Tusk

📋 copy color: '#D7DFB1'

red 215 ◦ green 223 ◦ blue 177

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

Shades of Tusk #D7DFB1

Tints of Tusk #D7DFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.78%

R = 34.96%
G = 36.26%
B = 28.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D7DFB1 (or 0xD7DFB1) is known color: Tusk. HEX triplet: D7, DF and B1. RGB value is (215,223,177). Sum of RGB (Red+Green+Blue) = 215+223+177=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DFB1 is #28204E. Grayscale: #D7D7D7. Windows color (decimal): -2629711 or 11657175. OLE color: 11657175.

HSL color Cylindrical-coordinate representation of color #D7DFB1: hue angle of 70.43º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7DFB1 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 223 177 -
CMYK 0.04 0 0.21 0.13
HSL 70.43º 0.42% 0.78% -
HSV(B) 70.43º 0.21% 0.87% -
XYZ 62.35 70.4 51.9 -
YUV 215.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 215 223 177 0.04 0 0.21 0.13 70.43 0.42 0.78
Hex D7 DF B1 4 0 15 D 46 2A 4E
Octal 327 337 261 4 0 25 15 106 52 116
Binary 11010111 11011111 10110001 100 0 10101 1101 1000110 101010 1001110

Color Harmonies of #D7DFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DFB1

Black with #D7DFB1

Text Example


Text Example

White with #D7DFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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