#dfb3a4

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

Shades of Shilo #DFB3A4

Tints of Shilo #DFB3A4

Color information

#DFB3A4 (or 0xDFB3A4) is unknown color: approx Shilo. HEX triplet: DF, B3 and A4. RGB value is (223,179,164). Sum of RGB (Red+Green+Blue) = 223+179+164=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB3A4 is #204C5B. Grayscale: #BEBEBE. Windows color (decimal): -2116700 or 10793951. OLE color: 10793951.

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

Color convert

RGB223179164-
CMYK00.200.260.13
HSL15.25º47.97%75.88%-
HSV(B)15.25º26.46%87.45%-
XYZ53.2550.6142.08-
YUV190.45113.08151.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 179 (70.31% from 255) = 31.63%
BLUE value IS 164 (64.45% from 255) = 28.98%
R=39.40%
G=31.63%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317916400.200.260.1315.2547.9775.88
HexDFB3A40141ADf304c
Octal33726324402432151760114
Binary11011111101100111010010001010011010110111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb3a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb3a4; }

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

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

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

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

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

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

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

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