#DBAEA3

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

Shades of Shilo #DBAEA3

Tints of Shilo #DBAEA3

Color information

#DBAEA3 (or 0xDBAEA3) is unknown color: approx Shilo. HEX triplet: DB, AE and A3. RGB value is (219,174,163). Sum of RGB (Red+Green+Blue) = 219+174+163=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEA3 is #24515C. Grayscale: #BABABA. Windows color (decimal): -2380125 or 10727131. OLE color: 10727131.

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

Color convert

RGB219174163-
CMYK00.210.260.14
HSL11.79º43.75%74.9%-
HSV(B)11.79º25.57%85.88%-
XYZ50.9647.9841.22-
YUV186.2114.91151.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 163 (64.06% from 255) = 29.32%
R=39.39%
G=31.29%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917416300.210.260.1411.7943.7574.9
HexDBAEA30151AEc2c4b
Octal33325624302532161454113
Binary11011011101011101010001101010111010111011001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEA3; }

 p { color: rgb(219,174,163); }

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

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

 a { background-color: rgb(219,174,163); }

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

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

 span { border-color: rgb(219,174,163); }

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