#DBACA5

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

Shades of Shilo #DBACA5

Tints of Shilo #DBACA5

Color information

#DBACA5 (or 0xDBACA5) is unknown color: approx Shilo. HEX triplet: DB, AC and A5. RGB value is (219,172,165). Sum of RGB (Red+Green+Blue) = 219+172+165=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBACA5 is #24535A. Grayscale: #B9B9B9. Windows color (decimal): -2380635 or 10857691. OLE color: 10857691.

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

Color convert

RGB219172165-
CMYK00.210.250.14
HSL7.78º42.86%75.29%-
HSV(B)7.78º24.66%85.88%-
XYZ50.7647.2842.05-
YUV185.26116.57152.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=39.39%
G=30.94%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917216500.210.250.147.7842.8675.29
HexDBACA501519E82b4b
Octal33325424502531161053113
Binary11011011101011001010010101010111001111010001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACA5; }

 p { color: rgb(219,172,165); }

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

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

 a { background-color: rgb(219,172,165); }

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

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

 span { border-color: rgb(219,172,165); }

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