#DFAA9B

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

Shades of Shilo #DFAA9B

Tints of Shilo #DFAA9B

Color information

#DFAA9B (or 0xDFAA9B) is unknown color: approx Shilo. HEX triplet: DF, AA and 9B. RGB value is (223,170,155). Sum of RGB (Red+Green+Blue) = 223+170+155=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA9B is #205564. Grayscale: #B8B8B8. Windows color (decimal): -2119013 or 10201823. OLE color: 10201823.

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

Color convert

RGB223170155-
CMYK00.240.300.13
HSL13.24º51.52%74.12%-
HSV(B)13.24º30.49%87.45%-
XYZ50.7246.837.37-
YUV184.14111.56155.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 155 (60.94% from 255) = 28.28%
R=40.69%
G=31.02%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317015500.240.300.1313.2451.5274.12
HexDFAA9B0181EDd344a
Octal33725223303036151564112
Binary11011111101010101001101101100011110110111011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA9B; }

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

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

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

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

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

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

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

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