#DBA797

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

Shades of Rose #DBA797

Tints of Rose #DBA797

Color information

#DBA797 (or 0xDBA797) is unknown color: approx Rose. HEX triplet: DB, A7 and 97. RGB value is (219,167,151). Sum of RGB (Red+Green+Blue) = 219+167+151=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA797 is #245868. Grayscale: #B4B4B4. Windows color (decimal): -2381929 or 9938907. OLE color: 9938907.

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

Color convert

RGB219167151-
CMYK00.240.310.14
HSL14.12º48.57%72.55%-
HSV(B)14.12º31.05%85.88%-
XYZ48.6244.9335.39-
YUV180.72111.23155.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 167 (65.62% from 255) = 31.10%
BLUE value IS 151 (59.38% from 255) = 28.12%
R=40.78%
G=31.10%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916715100.240.310.1414.1248.5772.55
HexDBA7970181FEe3149
Octal33324722703037161661111
Binary11011011101001111001011101100011111111011101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA797; }

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

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

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

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

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

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

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

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