Shades of Geraldine #DB746E
Tints of Geraldine #DB746E
RGB
CMYK
RGB Variations
Color information
#DB746E (or 0xDB746E) is known color: Geraldine. HEX triplet: DB, 74 and 6E. RGB value is (219,116,110). Sum of RGB (Red+Green+Blue) = 219+116+110=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB746E is #248B91. Grayscale: #929292. Windows color (decimal): -2395026 or 7238875. OLE color: 7238875.
HSL color Cylindrical-coordinate representation of color #DB746E: hue angle of 3.3º 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 #DB746E is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 110 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.14 |
| HSL | 3.3º | 0.6% | 0.65% | - |
| HSV(B) | 3.3º | 0.5% | 0.86% | - |
| XYZ | 38.27 | 28.68 | 18.27 | - |
| YUV | 146.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 110 | 0 | 0.47 | 0.50 | 0.14 | 3.3 | 0.6 | 0.65 |
| Hex | DB | 74 | 6E | 0 | 2F | 32 | E | 3 | 3C | 41 |
| Octal | 333 | 164 | 156 | 0 | 57 | 62 | 16 | 3 | 74 | 101 |
| Binary | 11011011 | 1110100 | 1101110 | 0 | 101111 | 110010 | 1110 | 11 | 111100 | 1000001 |
Color Harmonies of #DB746E
Complementary color
Monochromatic Colors of #DB746E
Black with #DB746E
Text Example
Text Example
White with #DB746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB746E; }
p { color: rgb(219,116,110); }
H1.HeaderClassName
{
color: #DB746E;
}
.AnyTagClassName
{
color: #DB746E;
}
</style>
background-color css
<style>
a { background-color: #DB746E; }
a { background-color: rgb(219,116,110); }
div.DivClassName
{
background-color: #DB746E;
}
.BgClassName
{
background-color: #DB746E;
}
</style>
border-color css
<style>
span { border-color: #DB746E; }
span { border-color: rgb(219,116,110); }
td.TdClassName
{
border-color: #DB746E;
}
.TagClassName
{
border-color: #DB746E;
}
</style>