#DFB3AA

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

Shades of Shilo #DFB3AA

Tints of Shilo #DFB3AA

Color information

#DFB3AA (or 0xDFB3AA) is unknown color: approx Shilo. HEX triplet: DF, B3 and AA. RGB value is (223,179,170). Sum of RGB (Red+Green+Blue) = 223+179+170=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB3AA is #204C55. Grayscale: #BFBFBF. Windows color (decimal): -2116694 or 11187167. OLE color: 11187167.

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

Color convert

RGB223179170-
CMYK00.200.240.13
HSL10.19º45.3%77.06%-
HSV(B)10.19º23.77%87.45%-
XYZ53.8150.8345.01-
YUV191.13116.08150.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=38.99%
G=31.29%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317917000.200.240.1310.1945.377.06
HexDFB3AA01418Da2d4d
Octal33726325202430151255115
Binary11011111101100111010101001010011000110110101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3AA; }

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

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

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

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

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

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

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

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