#DFABA7

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

Shades of Shilo #DFABA7

Tints of Shilo #DFABA7

Color information

#DFABA7 (or 0xDFABA7) is unknown color: approx Shilo. HEX triplet: DF, AB and A7. RGB value is (223,171,167). Sum of RGB (Red+Green+Blue) = 223+171+167=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABA7 is #205458. Grayscale: #BABABA. Windows color (decimal): -2118745 or 10988511. OLE color: 10988511.

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

Color convert

RGB223171167-
CMYK00.230.250.13
HSL4.29º46.67%76.47%-
HSV(B)4.29º25.11%87.45%-
XYZ51.9747.643.01-
YUV186.09117.23154.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 167 (65.62% from 255) = 29.77%
R=39.75%
G=30.48%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317116700.230.250.134.2946.6776.47
HexDFABA701719D42f4c
Octal3372532470273115457114
Binary1101111110101011101001110101111100111011001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABA7; }

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

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

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

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

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

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

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

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