#DBA499

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

Shades of Rose #DBA499

Tints of Rose #DBA499

Color information

#DBA499 (or 0xDBA499) is unknown color: approx Rose. HEX triplet: DB, A4 and 99. RGB value is (219,164,153). Sum of RGB (Red+Green+Blue) = 219+164+153=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA499 is #245B66. Grayscale: #B3B3B3. Windows color (decimal): -2382695 or 10069211. OLE color: 10069211.

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

Color convert

RGB219164153-
CMYK00.250.300.14
HSL10º47.83%72.94%-
HSV(B)10º30.14%85.88%-
XYZ48.2443.9136.07-
YUV179.19113.22156.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=40.86%
G=30.60%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916415300.250.300.141047.8372.94
HexDBA4990191EEa3049
Octal33324423103136161260111
Binary11011011101001001001100101100111110111010101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA499; }

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

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

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

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

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

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

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

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