#DFB09E

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

Shades of Shilo #DFB09E

Tints of Shilo #DFB09E

Color information

#DFB09E (or 0xDFB09E) is unknown color: approx Shilo. HEX triplet: DF, B0 and 9E. RGB value is (223,176,158). Sum of RGB (Red+Green+Blue) = 223+176+158=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB09E is #204F61. Grayscale: #BCBCBC. Windows color (decimal): -2117474 or 10399967. OLE color: 10399967.

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

Color convert

RGB223176158-
CMYK00.210.290.13
HSL16.62º50.39%74.71%-
HSV(B)16.62º29.15%87.45%-
XYZ52.1349.2139.1-
YUV188111.07152.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=40.04%
G=31.60%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317615800.210.290.1316.6250.3974.71
HexDFB09E0151DD11324b
Octal33726023602535152162113
Binary110111111011000010011110010101111011101100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB09E; }

 p { color: rgb(223,176,158); }

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

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

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

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

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

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

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