#DFB0AA

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

Shades of Shilo #DFB0AA

Tints of Shilo #DFB0AA

Color information

#DFB0AA (or 0xDFB0AA) is unknown color: approx Shilo. HEX triplet: DF, B0 and AA. RGB value is (223,176,170). Sum of RGB (Red+Green+Blue) = 223+176+170=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB0AA is #204F55. Grayscale: #BDBDBD. Windows color (decimal): -2117462 or 11186399. OLE color: 11186399.

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

Color convert

RGB223176170-
CMYK00.210.240.13
HSL6.79º45.3%77.06%-
HSV(B)6.79º23.77%87.45%-
XYZ53.2149.6444.81-
YUV189.37117.07151.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=39.19%
G=30.93%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317617000.210.240.136.7945.377.06
HexDFB0AA01518D72d4d
Octal3372602520253015755115
Binary1101111110110000101010100101011100011011111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0AA; }

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

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

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

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

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

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

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

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