#DBA59A

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

Shades of Rose #DBA59A

Tints of Rose #DBA59A

Color information

#DBA59A (or 0xDBA59A) is unknown color: approx Rose. HEX triplet: DB, A5 and 9A. RGB value is (219,165,154). Sum of RGB (Red+Green+Blue) = 219+165+154=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA59A is #245A65. Grayscale: #B3B3B3. Windows color (decimal): -2382438 or 10135003. OLE color: 10135003.

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

Color convert

RGB219165154-
CMYK00.250.300.14
HSL10.15º47.45%73.14%-
HSV(B)10.15º29.68%85.88%-
XYZ48.544.336.57-
YUV179.89113.39155.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 154 (60.55% from 255) = 28.62%
R=40.71%
G=30.67%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916515400.250.300.1410.1547.4573.14
HexDBA59A0191EEa2f49
Octal33324523203136161257111
Binary11011011101001011001101001100111110111010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA59A; }

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

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

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

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

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

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

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

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