#DB797A

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

Shades of Froly #DB797A

Tints of Froly #DB797A

Color information

#DB797A (or 0xDB797A) is unknown color: approx Froly. HEX triplet: DB, 79 and 7A. RGB value is (219,121,122). Sum of RGB (Red+Green+Blue) = 219+121+122=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB797A is #248685. Grayscale: #969696. Windows color (decimal): -2393734 or 8026587. OLE color: 8026587.

HSL color Cylindrical-coordinate representation of color #DB797A: hue angle of 359.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB797A is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB219121122-
CMYK00.450.440.14
HSL359.39º57.65%66.67%-
HSV(B)359.39º44.75%85.88%-
XYZ39.5630.1422.14-
YUV150.42111.97176.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.40%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=47.40%
G=26.19%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912112200.450.440.14359.3957.6566.67
HexDB797A02D2CE1673a43
Octal333171172055541654772103
Binary1101101111110011111010010110110110011101011001111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB797A; }

 p { color: rgb(219,121,122); }

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

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

 a { background-color: rgb(219,121,122); }

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

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

 span { border-color: rgb(219,121,122); }

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