#DBA28D

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

Shades of Rose #DBA28D

Tints of Rose #DBA28D

Color information

#DBA28D (or 0xDBA28D) is unknown color: approx Rose. HEX triplet: DB, A2 and 8D. RGB value is (219,162,141). Sum of RGB (Red+Green+Blue) = 219+162+141=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA28D is #245D72. Grayscale: #B0B0B0. Windows color (decimal): -2383219 or 9282267. OLE color: 9282267.

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

Color convert

RGB219162141-
CMYK00.260.360.14
HSL16.15º52%70.59%-
HSV(B)16.15º35.62%85.88%-
XYZ46.9442.8230.99-
YUV176.65107.88158.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=41.95%
G=31.03%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916214100.260.360.1416.155270.59
HexDBA28D01A24E103447
Octal33324221503244162064107
Binary1101101110100010100011010110101001001110100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA28D; }

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

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

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

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

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

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

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

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