#DBA496

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

Shades of Rose #DBA496

Tints of Rose #DBA496

Color information

#DBA496 (or 0xDBA496) is unknown color: approx Rose. HEX triplet: DB, A4 and 96. RGB value is (219,164,150). Sum of RGB (Red+Green+Blue) = 219+164+150=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA496 is #245B69. Grayscale: #B2B2B2. Windows color (decimal): -2382698 or 9872603. OLE color: 9872603.

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

Color convert

RGB219164150-
CMYK00.250.320.14
HSL12.17º48.94%72.35%-
HSV(B)12.17º31.51%85.88%-
XYZ47.9943.8134.78-
YUV178.85111.72156.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=41.09%
G=30.77%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916415000.250.320.1412.1748.9472.35
HexDBA49601920Ec3148
Octal33324422603140161461110
Binary110110111010010010010110011001100000111011001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA496; }

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

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

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

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

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

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

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

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