#DFAAA5

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

Shades of Shilo #DFAAA5

Tints of Shilo #DFAAA5

Color information

#DFAAA5 (or 0xDFAAA5) is unknown color: approx Shilo. HEX triplet: DF, AA and A5. RGB value is (223,170,165). Sum of RGB (Red+Green+Blue) = 223+170+165=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAAA5 is #20555A. Grayscale: #B9B9B9. Windows color (decimal): -2119003 or 10857183. OLE color: 10857183.

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

Color convert

RGB223170165-
CMYK00.240.260.13
HSL5.17º47.54%76.08%-
HSV(B)5.17º26.01%87.45%-
XYZ51.647.1541.98-
YUV185.28116.56154.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 165 (64.84% from 255) = 29.57%
R=39.96%
G=30.47%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317016500.240.260.135.1747.5476.08
HexDFAAA50181AD5304c
Octal3372522450303215560114
Binary1101111110101010101001010110001101011011011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAA5; }

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

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

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

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

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

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

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

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