#DBA89B

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

Shades of Rose #DBA89B

Tints of Rose #DBA89B

Color information

#DBA89B (or 0xDBA89B) is unknown color: approx Rose. HEX triplet: DB, A8 and 9B. RGB value is (219,168,155). Sum of RGB (Red+Green+Blue) = 219+168+155=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA89B is #245764. Grayscale: #B5B5B5. Windows color (decimal): -2381669 or 10201307. OLE color: 10201307.

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

Color convert

RGB219168155-
CMYK00.230.290.14
HSL12.19º47.06%73.33%-
HSV(B)12.19º29.22%85.88%-
XYZ49.1345.4337.19-
YUV181.77112.9154.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=40.41%
G=31.00%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916815500.230.290.1412.1947.0673.33
HexDBA89B0171DEc2f49
Octal33325023302735161457111
Binary11011011101010001001101101011111101111011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA89B; }

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

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

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

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

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

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

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

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