#DBA799

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

Shades of Rose #DBA799

Tints of Rose #DBA799

Color information

#DBA799 (or 0xDBA799) is unknown color: approx Rose. HEX triplet: DB, A7 and 99. RGB value is (219,167,153). Sum of RGB (Red+Green+Blue) = 219+167+153=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA799 is #245866. Grayscale: #B5B5B5. Windows color (decimal): -2381927 or 10069979. OLE color: 10069979.

HSL color Cylindrical-coordinate representation of color #DBA799: hue angle of 12.73º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA799 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219167153-
CMYK00.240.300.14
HSL12.73º47.83%72.94%-
HSV(B)12.73º30.14%85.88%-
XYZ48.784536.25-
YUV180.95112.23155.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=40.63%
G=30.98%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916715300.240.300.1412.7347.8372.94
HexDBA7990181EEd3049
Octal33324723103036161560111
Binary11011011101001111001100101100011110111011011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA799; }

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

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

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

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

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

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

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

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