#DFAAA4

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

Shades of Shilo #DFAAA4

Tints of Shilo #DFAAA4

Color information

#DFAAA4 (or 0xDFAAA4) is unknown color: approx Shilo. HEX triplet: DF, AA and A4. RGB value is (223,170,164). Sum of RGB (Red+Green+Blue) = 223+170+164=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAAA4 is #20555B. Grayscale: #B9B9B9. Windows color (decimal): -2119004 or 10791647. OLE color: 10791647.

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

Color convert

RGB223170164-
CMYK00.240.260.13
HSL6.1º47.97%75.88%-
HSV(B)6.1º26.46%87.45%-
XYZ51.5147.1241.5-
YUV185.16116.06154.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 164 (64.45% from 255) = 29.44%
R=40.04%
G=30.52%
B=29.44%

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
Decimal22317016400.240.260.136.147.9775.88
HexDFAAA40181AD6304c
Octal3372522440303215660114
Binary1101111110101010101001000110001101011011101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAA4; }

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

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

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

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

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

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

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

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