#DBA29E

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

Shades of Rose #DBA29E

Tints of Rose #DBA29E

Color information

#DBA29E (or 0xDBA29E) is unknown color: approx Rose. HEX triplet: DB, A2 and 9E. RGB value is (219,162,158). Sum of RGB (Red+Green+Blue) = 219+162+158=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA29E is #245D61. Grayscale: #B2B2B2. Windows color (decimal): -2383202 or 10396379. OLE color: 10396379.

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

Color convert

RGB219162158-
CMYK00.260.280.14
HSL3.93º45.86%73.92%-
HSV(B)3.93º27.85%85.88%-
XYZ48.3143.3738.17-
YUV178.59116.38156.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 162 (63.67% from 255) = 30.06%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=40.63%
G=30.06%
B=29.31%

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
Decimal21916215800.260.280.143.9345.8673.92
HexDBA29E01A1CE42e4a
Octal3332422360323416456112
Binary1101101110100010100111100110101110011101001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA29E; }

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

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

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

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

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

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

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

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