#DB747B

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

Shades of Froly #DB747B

Tints of Froly #DB747B

Color information

#DB747B (or 0xDB747B) is unknown color: approx Froly. HEX triplet: DB, 74 and 7B. RGB value is (219,116,123). Sum of RGB (Red+Green+Blue) = 219+116+123=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB747B is #248B84. Grayscale: #939393. Windows color (decimal): -2395013 or 8090843. OLE color: 8090843.

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

Color convert

RGB219116123-
CMYK00.470.440.14
HSL355.92º58.86%65.69%-
HSV(B)355.92º47.03%85.88%-
XYZ39.0328.9822.28-
YUV147.59114.12178.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 116 (45.70% from 255) = 25.33%
BLUE value IS 123 (48.44% from 255) = 26.86%
R=47.82%
G=25.33%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911612300.470.440.14355.9258.8665.69
HexDB747B02F2CE1643b42
Octal333164173057541654473102
Binary1101101111101001111011010111110110011101011001001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB747B; }

 p { color: rgb(219,116,123); }

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

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

 a { background-color: rgb(219,116,123); }

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

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

 span { border-color: rgb(219,116,123); }

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