#DBA08E

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

Shades of Rose #DBA08E

Tints of Rose #DBA08E

Color information

#DBA08E (or 0xDBA08E) is unknown color: approx Rose. HEX triplet: DB, A0 and 8E. RGB value is (219,160,142). Sum of RGB (Red+Green+Blue) = 219+160+142=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA08E is #245F71. Grayscale: #AFAFAF. Windows color (decimal): -2383730 or 9347291. OLE color: 9347291.

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

Color convert

RGB219160142-
CMYK00.270.350.14
HSL14.03º51.68%70.78%-
HSV(B)14.03º35.16%85.88%-
XYZ46.6742.1531.27-
YUV175.59109.05158.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=42.03%
G=30.71%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916014200.270.350.1414.0351.6870.78
HexDBA08E01B23Ee3447
Octal33324021603343161664107
Binary110110111010000010001110011011100011111011101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA08E; }

 p { color: rgb(219,160,142); }

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

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

 a { background-color: rgb(219,160,142); }

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

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

 span { border-color: rgb(219,160,142); }

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