Shades of Geraldine #DB746D
Tints of Geraldine #DB746D
RGB
CMYK
RGB Variations
Color information
#DB746D (or 0xDB746D) is known color: Geraldine. HEX triplet: DB, 74 and 6D. RGB value is (219,116,109). Sum of RGB (Red+Green+Blue) = 219+116+109=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB746D is #248B92. Grayscale: #929292. Windows color (decimal): -2395027 or 7173339. OLE color: 7173339.
HSL color Cylindrical-coordinate representation of color #DB746D: hue angle of 3.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB746D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 109 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.14 |
| HSL | 3.82º | 0.6% | 0.64% | - |
| HSV(B) | 3.82º | 0.5% | 0.86% | - |
| XYZ | 38.22 | 28.65 | 17.98 | - |
| YUV | 146 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 109 | 0 | 0.47 | 0.50 | 0.14 | 3.82 | 0.6 | 0.64 |
| Hex | DB | 74 | 6D | 0 | 2F | 32 | E | 4 | 3C | 40 |
| Octal | 333 | 164 | 155 | 0 | 57 | 62 | 16 | 4 | 74 | 100 |
| Binary | 11011011 | 1110100 | 1101101 | 0 | 101111 | 110010 | 1110 | 100 | 111100 | 1000000 |
Color Harmonies of #DB746D
Complementary color
Monochromatic Colors of #DB746D
Black with #DB746D
Text Example
Text Example
White with #DB746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB746D; }
p { color: rgb(219,116,109); }
H1.HeaderClassName
{
color: #DB746D;
}
.AnyTagClassName
{
color: #DB746D;
}
</style>
background-color css
<style>
a { background-color: #DB746D; }
a { background-color: rgb(219,116,109); }
div.DivClassName
{
background-color: #DB746D;
}
.BgClassName
{
background-color: #DB746D;
}
</style>
border-color css
<style>
span { border-color: #DB746D; }
span { border-color: rgb(219,116,109); }
td.TdClassName
{
border-color: #DB746D;
}
.TagClassName
{
border-color: #DB746D;
}
</style>