Shades of Geraldine #DB706D
Tints of Geraldine #DB706D
RGB
CMYK
RGB Variations
Color information
#DB706D (or 0xDB706D) is known color: Geraldine. HEX triplet: DB, 70 and 6D. RGB value is (219,112,109). Sum of RGB (Red+Green+Blue) = 219+112+109=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB706D is #248F92. Grayscale: #8F8F8F. Windows color (decimal): -2396051 or 7172315. OLE color: 7172315.
HSL color Cylindrical-coordinate representation of color #DB706D: hue angle of 1.64º 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 #DB706D is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 109 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.14 |
| HSL | 1.64º | 0.6% | 0.64% | - |
| HSV(B) | 1.64º | 0.5% | 0.86% | - |
| XYZ | 37.77 | 27.75 | 17.83 | - |
| YUV | 143.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 109 | 0 | 0.49 | 0.50 | 0.14 | 1.64 | 0.6 | 0.64 |
| Hex | DB | 70 | 6D | 0 | 31 | 32 | E | 2 | 3C | 40 |
| Octal | 333 | 160 | 155 | 0 | 61 | 62 | 16 | 2 | 74 | 100 |
| Binary | 11011011 | 1110000 | 1101101 | 0 | 110001 | 110010 | 1110 | 10 | 111100 | 1000000 |
Color Harmonies of #DB706D
Complementary color
Monochromatic Colors of #DB706D
Black with #DB706D
Text Example
Text Example
White with #DB706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB706D; }
p { color: rgb(219,112,109); }
H1.HeaderClassName
{
color: #DB706D;
}
.AnyTagClassName
{
color: #DB706D;
}
</style>
background-color css
<style>
a { background-color: #DB706D; }
a { background-color: rgb(219,112,109); }
div.DivClassName
{
background-color: #DB706D;
}
.BgClassName
{
background-color: #DB706D;
}
</style>
border-color css
<style>
span { border-color: #DB706D; }
span { border-color: rgb(219,112,109); }
td.TdClassName
{
border-color: #DB706D;
}
.TagClassName
{
border-color: #DB706D;
}
</style>