Shades of Geraldine #DB7674
Tints of Geraldine #DB7674
RGB
CMYK
RGB Variations
Color information
#DB7674 (or 0xDB7674) is known color: Geraldine. HEX triplet: DB, 76 and 74. RGB value is (219,118,116). Sum of RGB (Red+Green+Blue) = 219+118+116=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7674 is #24898B. Grayscale: #949494. Windows color (decimal): -2394508 or 7632603. OLE color: 7632603.
HSL color Cylindrical-coordinate representation of color #DB7674: hue angle of 1.17º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7674 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 116 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.14 |
| HSL | 1.17º | 0.59% | 0.66% | - |
| HSV(B) | 1.17º | 0.47% | 0.86% | - |
| XYZ | 38.84 | 29.28 | 20.13 | - |
| YUV | 147.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 116 | 0 | 0.46 | 0.47 | 0.14 | 1.17 | 0.59 | 0.66 |
| Hex | DB | 76 | 74 | 0 | 2E | 2F | E | 1 | 3B | 42 |
| Octal | 333 | 166 | 164 | 0 | 56 | 57 | 16 | 1 | 73 | 102 |
| Binary | 11011011 | 1110110 | 1110100 | 0 | 101110 | 101111 | 1110 | 1 | 111011 | 1000010 |
Color Harmonies of #DB7674
Complementary color
Monochromatic Colors of #DB7674
Black with #DB7674
Text Example
Text Example
White with #DB7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7674; }
p { color: rgb(219,118,116); }
H1.HeaderClassName
{
color: #DB7674;
}
.AnyTagClassName
{
color: #DB7674;
}
</style>
background-color css
<style>
a { background-color: #DB7674; }
a { background-color: rgb(219,118,116); }
div.DivClassName
{
background-color: #DB7674;
}
.BgClassName
{
background-color: #DB7674;
}
</style>
border-color css
<style>
span { border-color: #DB7674; }
span { border-color: rgb(219,118,116); }
td.TdClassName
{
border-color: #DB7674;
}
.TagClassName
{
border-color: #DB7674;
}
</style>