#DBA795

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

Shades of Rose #DBA795

Tints of Rose #DBA795

Color information

#DBA795 (or 0xDBA795) is unknown color: approx Rose. HEX triplet: DB, A7 and 95. RGB value is (219,167,149). Sum of RGB (Red+Green+Blue) = 219+167+149=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA795 is #24586A. Grayscale: #B4B4B4. Windows color (decimal): -2381931 or 9807835. OLE color: 9807835.

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

Color convert

RGB219167149-
CMYK00.240.320.14
HSL15.43º49.3%72.16%-
HSV(B)15.43º31.96%85.88%-
XYZ48.4644.8734.54-
YUV180.5110.23155.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=40.93%
G=31.21%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916714900.240.320.1415.4349.372.16
HexDBA79501820Ef3148
Octal33324722503040161761110
Binary110110111010011110010101011000100000111011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA795; }

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

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

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

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

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

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

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

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