Shades of Geraldine #DB7672
Tints of Geraldine #DB7672
RGB
CMYK
RGB Variations
Color information
#DB7672 (or 0xDB7672) is known color: Geraldine. HEX triplet: DB, 76 and 72. RGB value is (219,118,114). Sum of RGB (Red+Green+Blue) = 219+118+114=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7672 is #24898D. Grayscale: #939393. Windows color (decimal): -2394510 or 7501531. OLE color: 7501531.
HSL color Cylindrical-coordinate representation of color #DB7672: hue angle of 2.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7672 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 114 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.14 |
| HSL | 2.29º | 0.59% | 0.65% | - |
| HSV(B) | 2.29º | 0.48% | 0.86% | - |
| XYZ | 38.73 | 29.23 | 19.52 | - |
| YUV | 147.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 114 | 0 | 0.46 | 0.48 | 0.14 | 2.29 | 0.59 | 0.65 |
| Hex | DB | 76 | 72 | 0 | 2E | 30 | E | 2 | 3B | 41 |
| Octal | 333 | 166 | 162 | 0 | 56 | 60 | 16 | 2 | 73 | 101 |
| Binary | 11011011 | 1110110 | 1110010 | 0 | 101110 | 110000 | 1110 | 10 | 111011 | 1000001 |
Color Harmonies of #DB7672
Complementary color
Monochromatic Colors of #DB7672
Black with #DB7672
Text Example
Text Example
White with #DB7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7672; }
p { color: rgb(219,118,114); }
H1.HeaderClassName
{
color: #DB7672;
}
.AnyTagClassName
{
color: #DB7672;
}
</style>
background-color css
<style>
a { background-color: #DB7672; }
a { background-color: rgb(219,118,114); }
div.DivClassName
{
background-color: #DB7672;
}
.BgClassName
{
background-color: #DB7672;
}
</style>
border-color css
<style>
span { border-color: #DB7672; }
span { border-color: rgb(219,118,114); }
td.TdClassName
{
border-color: #DB7672;
}
.TagClassName
{
border-color: #DB7672;
}
</style>