#DFB0A8

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

Shades of Shilo #DFB0A8

Tints of Shilo #DFB0A8

Color information

#DFB0A8 (or 0xDFB0A8) is unknown color: approx Shilo. HEX triplet: DF, B0 and A8. RGB value is (223,176,168). Sum of RGB (Red+Green+Blue) = 223+176+168=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB0A8 is #204F57. Grayscale: #BDBDBD. Windows color (decimal): -2117464 or 11055327. OLE color: 11055327.

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

Color convert

RGB223176168-
CMYK00.210.250.13
HSL8.73º46.22%76.67%-
HSV(B)8.73º24.66%87.45%-
XYZ53.0249.5743.82-
YUV189.14116.07152.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 168 (66.02% from 255) = 29.63%
R=39.33%
G=31.04%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317616800.210.250.138.7346.2276.67
HexDFB0A801519D92e4d
Octal33726025002531151156115
Binary11011111101100001010100001010111001110110011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0A8; }

 p { color: rgb(223,176,168); }

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

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

 a { background-color: rgb(223,176,168); }

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

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

 span { border-color: rgb(223,176,168); }

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