#DFDEB1

Color #DFDEB1 Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #DFDEB1

Tints of Tusk #DFDEB1

Color information

#DFDEB1 (or 0xDFDEB1) is unknown color: approx Tusk. HEX triplet: DF, DE and B1. RGB value is (223,222,177). Sum of RGB (Red+Green+Blue) = 223+222+177=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDEB1 is #20214E. Grayscale: #D9D9D9. Windows color (decimal): -2105679 or 11656927. OLE color: 11656927.

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

Color convert

RGB223222177-
CMYK00.000.210.13
HSL58.7º41.82%78.43%-
HSV(B)58.7º20.63%87.45%-
XYZ64.4971.151.92-
YUV217.17105.33132.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 177 (69.53% from 255) = 28.46%
R=35.85%
G=35.69%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322217700.000.210.1358.741.8278.43
HexDFDEB10015D3b2a4e
Octal3373362610025157352116
Binary110111111101111010110001001010111011110111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEB1; }

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

 H1.HeaderClassName
 {
   color: #DFDEB1;
 }
 .AnyTagClassName
 {
   color: #DFDEB1;
 }
</style>
background-color css

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

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

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

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

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

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