#DFDEB7

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

Shades of Tusk #DFDEB7

Tints of Tusk #DFDEB7

Color information

#DFDEB7 (or 0xDFDEB7) is unknown color: approx Tusk. HEX triplet: DF, DE and B7. RGB value is (223,222,183). Sum of RGB (Red+Green+Blue) = 223+222+183=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 183 (71.88% from 255 or 29.14% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEB7 is #202148. Grayscale: #DADADA. Windows color (decimal): -2105673 or 12050143. OLE color: 12050143.

HSL color Cylindrical-coordinate representation of color #DFDEB7: hue angle of 58.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFDEB7 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB223222183-
CMYK00.000.180.13
HSL58.5º38.46%79.61%-
HSV(B)58.5º17.94%87.45%-
XYZ65.171.3555.14-
YUV217.85108.33131.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 183 (71.88% from 255) = 29.14%
R=35.51%
G=35.35%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322218300.000.180.1358.538.4679.61
HexDFDEB70012D3a2650
Octal3373362670022157246120
Binary110111111101111010110111001001011011110101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEB7; }

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

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

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

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

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

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

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

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