#DBA895

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

Shades of Rose #DBA895

Tints of Rose #DBA895

Color information

#DBA895 (or 0xDBA895) is unknown color: approx Rose. HEX triplet: DB, A8 and 95. RGB value is (219,168,149). Sum of RGB (Red+Green+Blue) = 219+168+149=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA895 is #24576A. Grayscale: #B5B5B5. Windows color (decimal): -2381675 or 9808091. OLE color: 9808091.

HSL color Cylindrical-coordinate representation of color #DBA895: hue angle of 16.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA895 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB219168149-
CMYK00.230.320.14
HSL16.29º49.3%72.16%-
HSV(B)16.29º31.96%85.88%-
XYZ48.6445.2434.6-
YUV181.08109.9155.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 168 (66.02% from 255) = 31.34%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=40.86%
G=31.34%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916814900.230.320.1416.2949.372.16
HexDBA89501720E103148
Octal33325022502740162061110
Binary1101101110101000100101010101111000001110100001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA895; }

 p { color: rgb(219,168,149); }

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

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

 a { background-color: rgb(219,168,149); }

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

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

 span { border-color: rgb(219,168,149); }

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