#DFAD9B

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

Shades of Shilo #DFAD9B

Tints of Shilo #DFAD9B

Color information

#DFAD9B (or 0xDFAD9B) is unknown color: approx Shilo. HEX triplet: DF, AD and 9B. RGB value is (223,173,155). Sum of RGB (Red+Green+Blue) = 223+173+155=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAD9B is #205264. Grayscale: #BABABA. Windows color (decimal): -2118245 or 10202591. OLE color: 10202591.

HSL color Cylindrical-coordinate representation of color #DFAD9B: hue angle of 15.88º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFAD9B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223173155-
CMYK00.220.300.13
HSL15.88º51.52%74.12%-
HSV(B)15.88º30.49%87.45%-
XYZ51.2947.9437.56-
YUV185.9110.56154.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=40.47%
G=31.40%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317315500.220.300.1315.8851.5274.12
HexDFAD9B0161ED10344a
Octal33725523302636152064112
Binary110111111010110110011011010110111101101100001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAD9B; }

 p { color: rgb(223,173,155); }

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

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

 a { background-color: rgb(223,173,155); }

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

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

 span { border-color: rgb(223,173,155); }

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