#DBA49B

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

Shades of Rose #DBA49B

Tints of Rose #DBA49B

Color information

#DBA49B (or 0xDBA49B) is unknown color: approx Rose. HEX triplet: DB, A4 and 9B. RGB value is (219,164,155). Sum of RGB (Red+Green+Blue) = 219+164+155=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA49B is #245B64. Grayscale: #B3B3B3. Windows color (decimal): -2382693 or 10200283. OLE color: 10200283.

HSL color Cylindrical-coordinate representation of color #DBA49B: hue angle of 8.44º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA49B is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219164155-
CMYK00.250.290.14
HSL8.44º47.06%73.33%-
HSV(B)8.44º29.22%85.88%-
XYZ48.4143.9836.95-
YUV179.42114.22156.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 155 (60.94% from 255) = 28.81%
R=40.71%
G=30.48%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916415500.250.290.148.4447.0673.33
HexDBA49B0191DE82f49
Octal33324423303135161057111
Binary11011011101001001001101101100111101111010001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA49B; }

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

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

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

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

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

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

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

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