#DEB19F

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

Shades of Shilo #DEB19F

Tints of Shilo #DEB19F

Color information

#DEB19F (or 0xDEB19F) is unknown color: approx Shilo. HEX triplet: DE, B1 and 9F. RGB value is (222,177,159). Sum of RGB (Red+Green+Blue) = 222+177+159=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB19F is #214E60. Grayscale: #BCBCBC. Windows color (decimal): -2182753 or 10465758. OLE color: 10465758.

HSL color Cylindrical-coordinate representation of color #DEB19F: hue angle of 17.14º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEB19F is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB222177159-
CMYK00.200.280.13
HSL17.14º48.84%74.71%-
HSV(B)17.14º28.38%87.06%-
XYZ52.149.4839.6-
YUV188.4111.41151.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.78%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 159 (62.5% from 255) = 28.49%
R=39.78%
G=31.72%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217715900.200.280.1317.1448.8474.71
HexDEB19F0141CD11314b
Octal33626123702434152161113
Binary110111101011000110011111010100111001101100011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB19F; }

 p { color: rgb(222,177,159); }

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

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

 a { background-color: rgb(222,177,159); }

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

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

 span { border-color: rgb(222,177,159); }

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