#DFBFB3

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

Shades of Wafer #DFBFB3

Tints of Wafer #DFBFB3

Color information

#DFBFB3 (or 0xDFBFB3) is unknown color: approx Wafer. HEX triplet: DF, BF and B3. RGB value is (223,191,179). Sum of RGB (Red+Green+Blue) = 223+191+179=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFB3 is #20404C. Grayscale: #C7C7C7. Windows color (decimal): -2113613 or 11780063. OLE color: 11780063.

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

Color convert

RGB223191179-
CMYK00.140.200.13
HSL16.36º40.74%78.82%-
HSV(B)16.36º19.73%87.45%-
XYZ57.256.250.48-
YUV199.2116.6144.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 179 (70.31% from 255) = 30.19%
R=37.61%
G=32.21%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319117900.140.200.1316.3640.7478.82
HexDFBFB30E14D10294f
Octal33727726301624152051117
Binary11011111101111111011001101110101001101100001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFB3; }

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

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

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

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

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

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

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

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