#DBA395

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

Shades of Rose #DBA395

Tints of Rose #DBA395

Color information

#DBA395 (or 0xDBA395) is unknown color: approx Rose. HEX triplet: DB, A3 and 95. RGB value is (219,163,149). Sum of RGB (Red+Green+Blue) = 219+163+149=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA395 is #245C6A. Grayscale: #B2B2B2. Windows color (decimal): -2382955 or 9806811. OLE color: 9806811.

HSL color Cylindrical-coordinate representation of color #DBA395: hue angle of 12º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA395 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB219163149-
CMYK00.260.320.14
HSL12º49.3%72.16%-
HSV(B)12º31.96%85.88%-
XYZ47.7443.4234.3-
YUV178.15111.55157.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 163 (64.06% from 255) = 30.70%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=41.24%
G=30.70%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916314900.260.320.141249.372.16
HexDBA39501A20Ec3148
Octal33324322503240161461110
Binary110110111010001110010101011010100000111011001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA395; }

 p { color: rgb(219,163,149); }

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

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

 a { background-color: rgb(219,163,149); }

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

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

 span { border-color: rgb(219,163,149); }

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