#DBA39B

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

Shades of Rose #DBA39B

Tints of Rose #DBA39B

Color information

#DBA39B (or 0xDBA39B) is unknown color: approx Rose. HEX triplet: DB, A3 and 9B. RGB value is (219,163,155). Sum of RGB (Red+Green+Blue) = 219+163+155=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA39B is #245C64. Grayscale: #B2B2B2. Windows color (decimal): -2382949 or 10200027. OLE color: 10200027.

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

Color convert

RGB219163155-
CMYK00.260.290.14
HSL7.5º47.06%73.33%-
HSV(B)7.5º29.22%85.88%-
XYZ48.2343.6236.89-
YUV178.83114.55156.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=40.78%
G=30.35%
B=28.86%

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
Decimal21916315500.260.290.147.547.0673.33
HexDBA39B01A1DE82f49
Octal33324323303235161057111
Binary11011011101000111001101101101011101111010001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA39B; }

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

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

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

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

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

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

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

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