#DFB5AA

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

Shades of Shilo #DFB5AA

Tints of Shilo #DFB5AA

Color information

#DFB5AA (or 0xDFB5AA) is unknown color: approx Shilo. HEX triplet: DF, B5 and AA. RGB value is (223,181,170). Sum of RGB (Red+Green+Blue) = 223+181+170=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB5AA is #204A55. Grayscale: #C0C0C0. Windows color (decimal): -2116182 or 11187679. OLE color: 11187679.

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

Color convert

RGB223181170-
CMYK00.190.240.13
HSL12.45º45.3%77.06%-
HSV(B)12.45º23.77%87.45%-
XYZ54.2151.6445.14-
YUV192.3115.41149.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=38.85%
G=31.53%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318117000.190.240.1312.4545.377.06
HexDFB5AA01318Dc2d4d
Octal33726525202330151455115
Binary11011111101101011010101001001111000110111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5AA; }

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

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

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

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

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

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

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

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