#DFABA4

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

Shades of Shilo #DFABA4

Tints of Shilo #DFABA4

Color information

#DFABA4 (or 0xDFABA4) is unknown color: approx Shilo. HEX triplet: DF, AB and A4. RGB value is (223,171,164). Sum of RGB (Red+Green+Blue) = 223+171+164=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABA4 is #20545B. Grayscale: #B9B9B9. Windows color (decimal): -2118748 or 10791903. OLE color: 10791903.

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

Color convert

RGB223171164-
CMYK00.230.260.13
HSL7.12º47.97%75.88%-
HSV(B)7.12º26.46%87.45%-
XYZ51.747.4941.56-
YUV185.75115.73154.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 164 (64.45% from 255) = 29.39%
R=39.96%
G=30.65%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317116400.230.260.137.1247.9775.88
HexDFABA40171AD7304c
Octal3372532440273215760114
Binary1101111110101011101001000101111101011011111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABA4; }

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

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

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

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

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

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

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

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