Shades of Geraldine #DB716B
Tints of Geraldine #DB716B
RGB
CMYK
RGB Variations
Color information
#DB716B (or 0xDB716B) is known color: Geraldine. HEX triplet: DB, 71 and 6B. RGB value is (219,113,107). Sum of RGB (Red+Green+Blue) = 219+113+107=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB716B is #248E94. Grayscale: #909090. Windows color (decimal): -2395797 or 7041499. OLE color: 7041499.
HSL color Cylindrical-coordinate representation of color #DB716B: hue angle of 3.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB716B is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 107 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.14 |
| HSL | 3.21º | 0.61% | 0.64% | - |
| HSV(B) | 3.21º | 0.51% | 0.86% | - |
| XYZ | 37.77 | 27.93 | 17.31 | - |
| YUV | 144.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 107 | 0 | 0.48 | 0.51 | 0.14 | 3.21 | 0.61 | 0.64 |
| Hex | DB | 71 | 6B | 0 | 30 | 33 | E | 3 | 3D | 40 |
| Octal | 333 | 161 | 153 | 0 | 60 | 63 | 16 | 3 | 75 | 100 |
| Binary | 11011011 | 1110001 | 1101011 | 0 | 110000 | 110011 | 1110 | 11 | 111101 | 1000000 |
Color Harmonies of #DB716B
Complementary color
Monochromatic Colors of #DB716B
Black with #DB716B
Text Example
Text Example
White with #DB716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB716B; }
p { color: rgb(219,113,107); }
H1.HeaderClassName
{
color: #DB716B;
}
.AnyTagClassName
{
color: #DB716B;
}
</style>
background-color css
<style>
a { background-color: #DB716B; }
a { background-color: rgb(219,113,107); }
div.DivClassName
{
background-color: #DB716B;
}
.BgClassName
{
background-color: #DB716B;
}
</style>
border-color css
<style>
span { border-color: #DB716B; }
span { border-color: rgb(219,113,107); }
td.TdClassName
{
border-color: #DB716B;
}
.TagClassName
{
border-color: #DB716B;
}
</style>