#DFDFB2

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

Shades of Tusk #DFDFB2

Tints of Tusk #DFDFB2

Color information

#DFDFB2 (or 0xDFDFB2) is unknown color: approx Tusk. HEX triplet: DF, DF and B2. RGB value is (223,223,178). Sum of RGB (Red+Green+Blue) = 223+223+178=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFB2 is #20204D. Grayscale: #DADADA. Windows color (decimal): -2105422 or 11722719. OLE color: 11722719.

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

Color convert

RGB223223178-
CMYK000.200.13
HSL60º41.28%78.63%-
HSV(B)60º20.18%87.45%-
XYZ64.8571.6852.54-
YUV217.87105.5131.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 178 (69.92% from 255) = 28.53%
R=35.74%
G=35.74%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223178000.200.136041.2878.63
HexDFDFB20014D3c294f
Octal3373372620024157451117
Binary110111111101111110110010001010011011111001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFB2; }

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

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

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

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

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

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

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

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