#DFB6A2

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

Shades of Shilo #DFB6A2

Tints of Shilo #DFB6A2

Color information

#DFB6A2 (or 0xDFB6A2) is unknown color: approx Shilo. HEX triplet: DF, B6 and A2. RGB value is (223,182,162). Sum of RGB (Red+Green+Blue) = 223+182+162=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB6A2 is #20495D. Grayscale: #C0C0C0. Windows color (decimal): -2115934 or 10663647. OLE color: 10663647.

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

Color convert

RGB223182162-
CMYK00.180.270.13
HSL19.67º48.8%75.49%-
HSV(B)19.67º27.35%87.45%-
XYZ53.6851.7541.34-
YUV191.98111.08150.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 182 (71.48% from 255) = 32.10%
BLUE value IS 162 (63.67% from 255) = 28.57%
R=39.33%
G=32.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318216200.180.270.1319.6748.875.49
HexDFB6A20121BD14314b
Octal33726624202233152461113
Binary110111111011011010100010010010110111101101001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6A2; }

 p { color: rgb(223,182,162); }

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

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

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

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

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

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

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