#deb3a7

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

Shades of Shilo #DEB3A7

Tints of Shilo #DEB3A7

Color information

#DEB3A7 (or 0xDEB3A7) is unknown color: approx Shilo. HEX triplet: DE, B3 and A7. RGB value is (222,179,167). Sum of RGB (Red+Green+Blue) = 222+179+167=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB3A7 is #214C58. Grayscale: #BEBEBE. Windows color (decimal): -2182233 or 10990558. OLE color: 10990558.

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

Color convert

RGB222179167-
CMYK00.190.250.13
HSL13.09º45.45%76.27%-
HSV(B)13.09º24.77%87.06%-
XYZ53.2250.5643.51-
YUV190.49114.75150.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 179 (70.31% from 255) = 31.51%
BLUE value IS 167 (65.62% from 255) = 29.40%
R=39.08%
G=31.51%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217916700.190.250.1313.0945.4576.27
HexDEB3A701319Dd2d4c
Octal33626324702331151555114
Binary11011110101100111010011101001111001110111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deb3a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deb3a7; }

 p { color: rgb(222,179,167); }

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

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

 a { background-color: rgb(222,179,167); }

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

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

 span { border-color: rgb(222,179,167); }

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