#DBA89D

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

Shades of Rose #DBA89D

Tints of Rose #DBA89D

Color information

#DBA89D (or 0xDBA89D) is unknown color: approx Rose. HEX triplet: DB, A8 and 9D. RGB value is (219,168,157). Sum of RGB (Red+Green+Blue) = 219+168+157=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA89D is #245762. Grayscale: #B6B6B6. Windows color (decimal): -2381667 or 10332379. OLE color: 10332379.

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

Color convert

RGB219168157-
CMYK00.230.280.14
HSL10.65º46.27%73.73%-
HSV(B)10.65º28.31%85.88%-
XYZ49.345.538.08-
YUV181.99113.9154.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=40.26%
G=30.88%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916815700.230.280.1410.6546.2773.73
HexDBA89D0171CEb2e4a
Octal33325023502734161356112
Binary11011011101010001001110101011111100111010111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA89D; }

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

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

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

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

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

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

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

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