#DEB29F

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

Shades of Shilo #DEB29F

Tints of Shilo #DEB29F

Color information

#DEB29F (or 0xDEB29F) is unknown color: approx Shilo. HEX triplet: DE, B2 and 9F. RGB value is (222,178,159). Sum of RGB (Red+Green+Blue) = 222+178+159=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB29F is #214D60. Grayscale: #BDBDBD. Windows color (decimal): -2182497 or 10466014. OLE color: 10466014.

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

Color convert

RGB222178159-
CMYK00.200.280.13
HSL18.1º48.84%74.71%-
HSV(B)18.1º28.38%87.06%-
XYZ52.349.8739.67-
YUV188.99111.08151.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 178 (69.92% from 255) = 31.84%
BLUE value IS 159 (62.5% from 255) = 28.44%
R=39.71%
G=31.84%
B=28.44%

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
Decimal22217815900.200.280.1318.148.8474.71
HexDEB29F0141CD12314b
Octal33626223702434152261113
Binary110111101011001010011111010100111001101100101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB29F; }

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

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

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

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

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

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

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

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