#DBA399

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

Shades of Rose #DBA399

Tints of Rose #DBA399

Color information

#DBA399 (or 0xDBA399) is unknown color: approx Rose. HEX triplet: DB, A3 and 99. RGB value is (219,163,153). Sum of RGB (Red+Green+Blue) = 219+163+153=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA399 is #245C66. Grayscale: #B2B2B2. Windows color (decimal): -2382951 or 10068955. OLE color: 10068955.

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

Color convert

RGB219163153-
CMYK00.260.300.14
HSL9.09º47.83%72.94%-
HSV(B)9.09º30.14%85.88%-
XYZ48.0643.5536.01-
YUV178.6113.55156.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 153 (60.16% from 255) = 28.60%
R=40.93%
G=30.47%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916315300.260.300.149.0947.8372.94
HexDBA39901A1EE93049
Octal33324323103236161160111
Binary11011011101000111001100101101011110111010011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA399; }

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

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

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

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

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

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

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

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