Shades of Geraldine #D8716C
Tints of Geraldine #D8716C
RGB
CMYK
RGB Variations
Color information
#D8716C (or 0xD8716C) is known color: Geraldine. HEX triplet: D8, 71 and 6C. RGB value is (216,113,108). Sum of RGB (Red+Green+Blue) = 216+113+108=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8716C is #278E93. Grayscale: #8F8F8F. Windows color (decimal): -2592404 or 7107032. OLE color: 7107032.
HSL color Cylindrical-coordinate representation of color #D8716C: hue angle of 2.78º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8716C is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 108 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.15 |
| HSL | 2.78º | 0.58% | 0.64% | - |
| HSV(B) | 2.78º | 0.5% | 0.85% | - |
| XYZ | 36.93 | 27.49 | 17.55 | - |
| YUV | 143.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 108 | 0 | 0.48 | 0.50 | 0.15 | 2.78 | 0.58 | 0.64 |
| Hex | D8 | 71 | 6C | 0 | 30 | 32 | F | 3 | 3A | 40 |
| Octal | 330 | 161 | 154 | 0 | 60 | 62 | 17 | 3 | 72 | 100 |
| Binary | 11011000 | 1110001 | 1101100 | 0 | 110000 | 110010 | 1111 | 11 | 111010 | 1000000 |
Color Harmonies of #D8716C
Complementary color
Monochromatic Colors of #D8716C
Black with #D8716C
Text Example
Text Example
White with #D8716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8716C; }
p { color: rgb(216,113,108); }
H1.HeaderClassName
{
color: #D8716C;
}
.AnyTagClassName
{
color: #D8716C;
}
</style>
background-color css
<style>
a { background-color: #D8716C; }
a { background-color: rgb(216,113,108); }
div.DivClassName
{
background-color: #D8716C;
}
.BgClassName
{
background-color: #D8716C;
}
</style>
border-color css
<style>
span { border-color: #D8716C; }
span { border-color: rgb(216,113,108); }
td.TdClassName
{
border-color: #D8716C;
}
.TagClassName
{
border-color: #D8716C;
}
</style>