#DBAEA4

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

Shades of Shilo #DBAEA4

Tints of Shilo #DBAEA4

Color information

#DBAEA4 (or 0xDBAEA4) is unknown color: approx Shilo. HEX triplet: DB, AE and A4. RGB value is (219,174,164). Sum of RGB (Red+Green+Blue) = 219+174+164=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEA4 is #24515B. Grayscale: #BABABA. Windows color (decimal): -2380124 or 10792667. OLE color: 10792667.

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

Color convert

RGB219174164-
CMYK00.210.250.14
HSL10.91º43.31%75.1%-
HSV(B)10.91º25.11%85.88%-
XYZ51.0548.0141.7-
YUV186.31115.41151.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 164 (64.45% from 255) = 29.44%
R=39.32%
G=31.24%
B=29.44%

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
Decimal21917416400.210.250.1410.9143.3175.1
HexDBAEA401519Eb2b4b
Octal33325624402531161353113
Binary11011011101011101010010001010111001111010111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEA4; }

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

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

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

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

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

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

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

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