Html Css Color HEX #D7DFB0 Tusk

📋 copy color: '#D7DFB0'

red 215 ◦ green 223 ◦ blue 176

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

Shades of Tusk #D7DFB0

Tints of Tusk #D7DFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.66%

R = 35.02%
G = 36.32%
B = 28.66%

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

#D7DFB0 (or 0xD7DFB0) is known color: Tusk. HEX triplet: D7, DF and B0. RGB value is (215,223,176). Sum of RGB (Red+Green+Blue) = 215+223+176=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DFB0 is #28204F. Grayscale: #D7D7D7. Windows color (decimal): -2629712 or 11591639. OLE color: 11591639.

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

Color convert

RGB 215 223 176 -
CMYK 0.04 0 0.21 0.13
HSL 70.21º 0.42% 0.78% -
HSV(B) 70.21º 0.21% 0.87% -
XYZ 62.25 70.36 51.37 -
YUV 215.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 215 223 176 0.04 0 0.21 0.13 70.21 0.42 0.78
Hex D7 DF B0 4 0 15 D 46 2A 4E
Octal 327 337 260 4 0 25 15 106 52 116
Binary 11010111 11011111 10110000 100 0 10101 1101 1000110 101010 1001110

Color Harmonies of #D7DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DFB0

Black with #D7DFB0

Text Example


Text Example

White with #D7DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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