#DBA796

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

Shades of Rose #DBA796

Tints of Rose #DBA796

Color information

#DBA796 (or 0xDBA796) is unknown color: approx Rose. HEX triplet: DB, A7 and 96. RGB value is (219,167,150). Sum of RGB (Red+Green+Blue) = 219+167+150=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA796 is #245869. Grayscale: #B4B4B4. Windows color (decimal): -2381930 or 9873371. OLE color: 9873371.

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

Color convert

RGB219167150-
CMYK00.240.320.14
HSL14.78º48.94%72.35%-
HSV(B)14.78º31.51%85.88%-
XYZ48.5444.934.96-
YUV180.61110.73155.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 167 (65.62% from 255) = 31.16%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=40.86%
G=31.16%
B=27.99%

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
Decimal21916715000.240.320.1414.7848.9472.35
HexDBA79601820Ef3148
Octal33324722603040161761110
Binary110110111010011110010110011000100000111011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA796; }

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

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

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

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

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

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

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

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