#DBA19B

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

Shades of Rose #DBA19B

Tints of Rose #DBA19B

Color information

#DBA19B (or 0xDBA19B) is unknown color: approx Rose. HEX triplet: DB, A1 and 9B. RGB value is (219,161,155). Sum of RGB (Red+Green+Blue) = 219+161+155=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA19B is #245E64. Grayscale: #B1B1B1. Windows color (decimal): -2383461 or 10199515. OLE color: 10199515.

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

Color convert

RGB219161155-
CMYK00.260.290.14
HSL5.63º47.06%73.33%-
HSV(B)5.63º29.22%85.88%-
XYZ47.8742.9236.77-
YUV177.66115.22157.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=40.93%
G=30.09%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916115500.260.290.145.6347.0673.33
HexDBA19B01A1DE62f49
Octal3332412330323516657111
Binary1101101110100001100110110110101110111101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA19B; }

 p { color: rgb(219,161,155); }

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

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

 a { background-color: rgb(219,161,155); }

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

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

 span { border-color: rgb(219,161,155); }

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