#DBA49D

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

Shades of Rose #DBA49D

Tints of Rose #DBA49D

Color information

#DBA49D (or 0xDBA49D) is unknown color: approx Rose. HEX triplet: DB, A4 and 9D. RGB value is (219,164,157). Sum of RGB (Red+Green+Blue) = 219+164+157=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA49D is #245B62. Grayscale: #B3B3B3. Windows color (decimal): -2382691 or 10331355. OLE color: 10331355.

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

Color convert

RGB219164157-
CMYK00.250.280.14
HSL6.77º46.27%73.73%-
HSV(B)6.77º28.31%85.88%-
XYZ48.5744.0537.84-
YUV179.65115.22156.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=40.56%
G=30.37%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916415700.250.280.146.7746.2773.73
HexDBA49D0191CE72e4a
Octal3332442350313416756112
Binary1101101110100100100111010110011110011101111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA49D; }

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

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

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

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

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

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

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

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