Shades of Geraldine #DB776F
Tints of Geraldine #DB776F
RGB
CMYK
RGB Variations
Color information
#DB776F (or 0xDB776F) is known color: Geraldine. HEX triplet: DB, 77 and 6F. RGB value is (219,119,111). Sum of RGB (Red+Green+Blue) = 219+119+111=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB776F is #248890. Grayscale: #949494. Windows color (decimal): -2394257 or 7305179. OLE color: 7305179.
HSL color Cylindrical-coordinate representation of color #DB776F: hue angle of 4.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB776F is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 111 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.14 |
| HSL | 4.44º | 0.6% | 0.65% | - |
| HSV(B) | 4.44º | 0.49% | 0.86% | - |
| XYZ | 38.68 | 29.4 | 18.68 | - |
| YUV | 147.99 | 107.13 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 111 | 0 | 0.46 | 0.49 | 0.14 | 4.44 | 0.6 | 0.65 |
| Hex | DB | 77 | 6F | 0 | 2E | 31 | E | 4 | 3C | 41 |
| Octal | 333 | 167 | 157 | 0 | 56 | 61 | 16 | 4 | 74 | 101 |
| Binary | 11011011 | 1110111 | 1101111 | 0 | 101110 | 110001 | 1110 | 100 | 111100 | 1000001 |
Color Harmonies of #DB776F
Complementary color
Monochromatic Colors of #DB776F
Black with #DB776F
Text Example
Text Example
White with #DB776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB776F; }
p { color: rgb(219,119,111); }
H1.HeaderClassName
{
color: #DB776F;
}
.AnyTagClassName
{
color: #DB776F;
}
</style>
background-color css
<style>
a { background-color: #DB776F; }
a { background-color: rgb(219,119,111); }
div.DivClassName
{
background-color: #DB776F;
}
.BgClassName
{
background-color: #DB776F;
}
</style>
border-color css
<style>
span { border-color: #DB776F; }
span { border-color: rgb(219,119,111); }
td.TdClassName
{
border-color: #DB776F;
}
.TagClassName
{
border-color: #DB776F;
}
</style>