#DBAD9F

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

Shades of Shilo #DBAD9F

Tints of Shilo #DBAD9F

Color information

#DBAD9F (or 0xDBAD9F) is unknown color: approx Shilo. HEX triplet: DB, AD and 9F. RGB value is (219,173,159). Sum of RGB (Red+Green+Blue) = 219+173+159=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD9F is #245260. Grayscale: #B9B9B9. Windows color (decimal): -2380385 or 10464731. OLE color: 10464731.

HSL color Cylindrical-coordinate representation of color #DBAD9F: hue angle of 14º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBAD9F is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB219173159-
CMYK00.210.270.14
HSL14º45.45%74.12%-
HSV(B)14º27.4%85.88%-
XYZ50.4247.4539.3-
YUV185.16113.24152.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.75%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=39.75%
G=31.40%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917315900.210.270.141445.4574.12
HexDBAD9F0151BEe2d4a
Octal33325523702533161655112
Binary11011011101011011001111101010111011111011101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD9F; }

 p { color: rgb(219,173,159); }

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

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

 a { background-color: rgb(219,173,159); }

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

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

 span { border-color: rgb(219,173,159); }

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