#DFABA3

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

Shades of Shilo #DFABA3

Tints of Shilo #DFABA3

Color information

#DFABA3 (or 0xDFABA3) is unknown color: approx Shilo. HEX triplet: DF, AB and A3. RGB value is (223,171,163). Sum of RGB (Red+Green+Blue) = 223+171+163=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABA3 is #20545C. Grayscale: #B9B9B9. Windows color (decimal): -2118749 or 10726367. OLE color: 10726367.

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

Color convert

RGB223171163-
CMYK00.230.270.13
HSL48.39%75.69%-
HSV(B)26.91%87.45%-
XYZ51.6147.4641.09-
YUV185.64115.23154.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 163 (64.06% from 255) = 29.26%
R=40.04%
G=30.70%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317116300.230.270.13848.3975.69
HexDFABA30171BD8304c
Octal33725324302733151060114
Binary11011111101010111010001101011111011110110001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABA3; }

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

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

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

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

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

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

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

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