#DFAAA3

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

Shades of Shilo #DFAAA3

Tints of Shilo #DFAAA3

Color information

#DFAAA3 (or 0xDFAAA3) is unknown color: approx Shilo. HEX triplet: DF, AA and A3. RGB value is (223,170,163). Sum of RGB (Red+Green+Blue) = 223+170+163=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAAA3 is #20555C. Grayscale: #B9B9B9. Windows color (decimal): -2119005 or 10726111. OLE color: 10726111.

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

Color convert

RGB223170163-
CMYK00.240.270.13
HSL48.39%75.69%-
HSV(B)26.91%87.45%-
XYZ51.4247.0841.03-
YUV185.05115.56155.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 163 (64.06% from 255) = 29.32%
R=40.11%
G=30.58%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317016300.240.270.13748.3975.69
HexDFAAA30181BD7304c
Octal3372522430303315760114
Binary1101111110101010101000110110001101111011111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAA3; }

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

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

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

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

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

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

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

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