#DFDFB8

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

Shades of Tusk #DFDFB8

Tints of Tusk #DFDFB8

Color information

#DFDFB8 (or 0xDFDFB8) is unknown color: approx Tusk. HEX triplet: DF, DF and B8. RGB value is (223,223,184). Sum of RGB (Red+Green+Blue) = 223+223+184=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 184 (72.27% from 255 or 29.21% from 630); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFB8 is #202047. Grayscale: #DADADA. Windows color (decimal): -2105416 or 12115935. OLE color: 12115935.

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

Color convert

RGB223223184-
CMYK000.170.13
HSL60º37.86%79.8%-
HSV(B)60º17.49%87.45%-
XYZ65.4771.9255.78-
YUV218.55108.5131.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 184 (72.27% from 255) = 29.21%
R=35.40%
G=35.40%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223184000.170.136037.8679.8
HexDFDFB80011D3c2650
Octal3373372700021157446120
Binary110111111101111110111000001000111011111001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFB8; }

 p { color: rgb(223,223,184); }

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

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

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

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

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

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

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