#DBA59B

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

Shades of Rose #DBA59B

Tints of Rose #DBA59B

Color information

#DBA59B (or 0xDBA59B) is unknown color: approx Rose. HEX triplet: DB, A5 and 9B. RGB value is (219,165,155). Sum of RGB (Red+Green+Blue) = 219+165+155=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA59B is #245A64. Grayscale: #B4B4B4. Windows color (decimal): -2382437 or 10200539. OLE color: 10200539.

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

Color convert

RGB219165155-
CMYK00.250.290.14
HSL9.38º47.06%73.33%-
HSV(B)9.38º29.22%85.88%-
XYZ48.5844.3437.01-
YUV180.01113.89155.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 165 (64.84% from 255) = 30.61%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=40.63%
G=30.61%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916515500.250.290.149.3847.0673.33
HexDBA59B0191DE92f49
Octal33324523303135161157111
Binary11011011101001011001101101100111101111010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA59B; }

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

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

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

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

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

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

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

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