#DFB39F

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

Shades of Shilo #DFB39F

Tints of Shilo #DFB39F

Color information

#DFB39F (or 0xDFB39F) is unknown color: approx Shilo. HEX triplet: DF, B3 and 9F. RGB value is (223,179,159). Sum of RGB (Red+Green+Blue) = 223+179+159=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB39F is #204C60. Grayscale: #BEBEBE. Windows color (decimal): -2116705 or 10466271. OLE color: 10466271.

HSL color Cylindrical-coordinate representation of color #DFB39F: hue angle of 18.75º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB39F is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223179159-
CMYK00.200.290.13
HSL18.75º50%74.9%-
HSV(B)18.75º28.7%87.45%-
XYZ52.8150.4339.75-
YUV189.88110.58151.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 179 (70.31% from 255) = 31.91%
BLUE value IS 159 (62.5% from 255) = 28.34%
R=39.75%
G=31.91%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317915900.200.290.1318.755074.9
HexDFB39F0141DD13324b
Octal33726323702435152362113
Binary110111111011001110011111010100111011101100111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB39F; }

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

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

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

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

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

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

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

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