Shades of Geraldine #DB706E
Tints of Geraldine #DB706E
RGB
CMYK
RGB Variations
Color information
#DB706E (or 0xDB706E) is known color: Geraldine. HEX triplet: DB, 70 and 6E. RGB value is (219,112,110). Sum of RGB (Red+Green+Blue) = 219+112+110=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB706E is #248F91. Grayscale: #8F8F8F. Windows color (decimal): -2396050 or 7237851. OLE color: 7237851.
HSL color Cylindrical-coordinate representation of color #DB706E: hue angle of 1.1º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB706E is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 110 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.14 |
| HSL | 1.1º | 0.6% | 0.65% | - |
| HSV(B) | 1.1º | 0.5% | 0.86% | - |
| XYZ | 37.82 | 27.77 | 18.12 | - |
| YUV | 143.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 110 | 0 | 0.49 | 0.50 | 0.14 | 1.1 | 0.6 | 0.65 |
| Hex | DB | 70 | 6E | 0 | 31 | 32 | E | 1 | 3C | 41 |
| Octal | 333 | 160 | 156 | 0 | 61 | 62 | 16 | 1 | 74 | 101 |
| Binary | 11011011 | 1110000 | 1101110 | 0 | 110001 | 110010 | 1110 | 1 | 111100 | 1000001 |
Color Harmonies of #DB706E
Complementary color
Monochromatic Colors of #DB706E
Black with #DB706E
Text Example
Text Example
White with #DB706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB706E; }
p { color: rgb(219,112,110); }
H1.HeaderClassName
{
color: #DB706E;
}
.AnyTagClassName
{
color: #DB706E;
}
</style>
background-color css
<style>
a { background-color: #DB706E; }
a { background-color: rgb(219,112,110); }
div.DivClassName
{
background-color: #DB706E;
}
.BgClassName
{
background-color: #DB706E;
}
</style>
border-color css
<style>
span { border-color: #DB706E; }
span { border-color: rgb(219,112,110); }
td.TdClassName
{
border-color: #DB706E;
}
.TagClassName
{
border-color: #DB706E;
}
</style>