#DFDEB3

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

Shades of Tusk #DFDEB3

Tints of Tusk #DFDEB3

Color information

#DFDEB3 (or 0xDFDEB3) is unknown color: approx Tusk. HEX triplet: DF, DE and B3. RGB value is (223,222,179). Sum of RGB (Red+Green+Blue) = 223+222+179=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEB3 is #20214C. Grayscale: #D9D9D9. Windows color (decimal): -2105677 or 11787999. OLE color: 11787999.

HSL color Cylindrical-coordinate representation of color #DFDEB3: hue angle of 58.64º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFDEB3 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223222179-
CMYK00.000.200.13
HSL58.64º40.74%78.82%-
HSV(B)58.64º19.73%87.45%-
XYZ64.6971.1952.98-
YUV217.4106.33132-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 179 (70.31% from 255) = 28.69%
R=35.74%
G=35.58%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322217900.000.200.1358.6440.7478.82
HexDFDEB30014D3b294f
Octal3373362630024157351117
Binary110111111101111010110011001010011011110111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEB3; }

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

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

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

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

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

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

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

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