Shades of Froly #DB747A
Tints of Froly #DB747A
RGB
CMYK
RGB Variations
Color information
#DB747A (or 0xDB747A) is known color: Froly. HEX triplet: DB, 74 and 7A. RGB value is (219,116,122). Sum of RGB (Red+Green+Blue) = 219+116+122=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB747A is #248B85. Grayscale: #939393. Windows color (decimal): -2395014 or 8025307. OLE color: 8025307.
HSL color Cylindrical-coordinate representation of color #DB747A: hue angle of 356.5º 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 #DB747A is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 122 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.14 |
| HSL | 356.5º | 0.59% | 0.66% | - |
| HSV(B) | 356.5º | 0.47% | 0.86% | - |
| XYZ | 38.97 | 28.96 | 21.95 | - |
| YUV | 147.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 122 | 0 | 0.47 | 0.44 | 0.14 | 356.5 | 0.59 | 0.66 |
| Hex | DB | 74 | 7A | 0 | 2F | 2C | E | 165 | 3B | 42 |
| Octal | 333 | 164 | 172 | 0 | 57 | 54 | 16 | 545 | 73 | 102 |
| Binary | 11011011 | 1110100 | 1111010 | 0 | 101111 | 101100 | 1110 | 101100101 | 111011 | 1000010 |
Color Harmonies of #DB747A
Complementary color
Monochromatic Colors of #DB747A
Black with #DB747A
Text Example
Text Example
White with #DB747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB747A; }
p { color: rgb(219,116,122); }
H1.HeaderClassName
{
color: #DB747A;
}
.AnyTagClassName
{
color: #DB747A;
}
</style>
background-color css
<style>
a { background-color: #DB747A; }
a { background-color: rgb(219,116,122); }
div.DivClassName
{
background-color: #DB747A;
}
.BgClassName
{
background-color: #DB747A;
}
</style>
border-color css
<style>
span { border-color: #DB747A; }
span { border-color: rgb(219,116,122); }
td.TdClassName
{
border-color: #DB747A;
}
.TagClassName
{
border-color: #DB747A;
}
</style>