#DBAEA5

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

Shades of Shilo #DBAEA5

Tints of Shilo #DBAEA5

Color information

#DBAEA5 (or 0xDBAEA5) is unknown color: approx Shilo. HEX triplet: DB, AE and A5. RGB value is (219,174,165). Sum of RGB (Red+Green+Blue) = 219+174+165=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEA5 is #24515A. Grayscale: #BABABA. Windows color (decimal): -2380123 or 10858203. OLE color: 10858203.

HSL color Cylindrical-coordinate representation of color #DBAEA5: hue angle of 10º 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 #DBAEA5 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB219174165-
CMYK00.210.250.14
HSL10º42.86%75.29%-
HSV(B)10º24.66%85.88%-
XYZ51.1448.0542.18-
YUV186.43115.91151.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 165 (64.84% from 255) = 29.57%
R=39.25%
G=31.18%
B=29.57%

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
Decimal21917416500.210.250.141042.8675.29
HexDBAEA501519Ea2b4b
Octal33325624502531161253113
Binary11011011101011101010010101010111001111010101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEA5; }

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

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

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

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

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

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

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

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