#DFDDB3

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

Shades of Tusk #DFDDB3

Tints of Tusk #DFDDB3

Color information

#DFDDB3 (or 0xDFDDB3) is unknown color: approx Tusk. HEX triplet: DF, DD and B3. RGB value is (223,221,179). Sum of RGB (Red+Green+Blue) = 223+221+179=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDB3 is #20224C. Grayscale: #D8D8D8. Windows color (decimal): -2105933 or 11787743. OLE color: 11787743.

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

Color convert

RGB223221179-
CMYK00.010.200.13
HSL57.27º40.74%78.82%-
HSV(B)57.27º19.73%87.45%-
XYZ64.4270.6652.89-
YUV216.81106.66132.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 179 (70.31% from 255) = 28.73%
R=35.79%
G=35.47%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322117900.010.200.1357.2740.7478.82
HexDFDDB30114D39294f
Octal3373352630124157151117
Binary110111111101110110110011011010011011110011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDB3; }

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

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

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

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

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

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

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

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