#DFABAA

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

Shades of Shilo #DFABAA

Tints of Shilo #DFABAA

Color information

#DFABAA (or 0xDFABAA) is unknown color: approx Shilo. HEX triplet: DF, AB and AA. RGB value is (223,171,170). Sum of RGB (Red+Green+Blue) = 223+171+170=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABAA is #205455. Grayscale: #BABABA. Windows color (decimal): -2118742 or 11185119. OLE color: 11185119.

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

Color convert

RGB223171170-
CMYK00.230.240.13
HSL1.13º45.3%77.06%-
HSV(B)1.13º23.77%87.45%-
XYZ52.2547.7244.49-
YUV186.43118.73154.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=39.54%
G=30.32%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317117000.230.240.131.1345.377.06
HexDFABAA01718D12d4d
Octal3372532520273015155115
Binary11011111101010111010101001011111000110111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABAA; }

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

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

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

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

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

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

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

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