#DBA29D

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

Shades of Rose #DBA29D

Tints of Rose #DBA29D

Color information

#DBA29D (or 0xDBA29D) is unknown color: approx Rose. HEX triplet: DB, A2 and 9D. RGB value is (219,162,157). Sum of RGB (Red+Green+Blue) = 219+162+157=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA29D is #245D62. Grayscale: #B2B2B2. Windows color (decimal): -2383203 or 10330843. OLE color: 10330843.

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

Color convert

RGB219162157-
CMYK00.260.280.14
HSL4.84º46.27%73.73%-
HSV(B)4.84º28.31%85.88%-
XYZ48.2243.3437.72-
YUV178.47115.88156.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=40.71%
G=30.11%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916215700.260.280.144.8446.2773.73
HexDBA29D01A1CE52e4a
Octal3332422350323416556112
Binary1101101110100010100111010110101110011101011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA29D; }

 p { color: rgb(219,162,157); }

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

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

 a { background-color: rgb(219,162,157); }

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

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

 span { border-color: rgb(219,162,157); }

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