Shades of Geraldine #D9716B
Tints of Geraldine #D9716B
RGB
CMYK
RGB Variations
Color information
#D9716B (or 0xD9716B) is known color: Geraldine. HEX triplet: D9, 71 and 6B. RGB value is (217,113,107). Sum of RGB (Red+Green+Blue) = 217+113+107=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9716B is #268E94. Grayscale: #8F8F8F. Windows color (decimal): -2526869 or 7041497. OLE color: 7041497.
HSL color Cylindrical-coordinate representation of color #D9716B: hue angle of 3.27º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9716B is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 107 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.15 |
| HSL | 3.27º | 0.59% | 0.64% | - |
| HSV(B) | 3.27º | 0.51% | 0.85% | - |
| XYZ | 37.17 | 27.62 | 17.28 | - |
| YUV | 143.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 107 | 0 | 0.48 | 0.51 | 0.15 | 3.27 | 0.59 | 0.64 |
| Hex | D9 | 71 | 6B | 0 | 30 | 33 | F | 3 | 3B | 40 |
| Octal | 331 | 161 | 153 | 0 | 60 | 63 | 17 | 3 | 73 | 100 |
| Binary | 11011001 | 1110001 | 1101011 | 0 | 110000 | 110011 | 1111 | 11 | 111011 | 1000000 |
Color Harmonies of #D9716B
Complementary color
Monochromatic Colors of #D9716B
Black with #D9716B
Text Example
Text Example
White with #D9716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9716B; }
p { color: rgb(217,113,107); }
H1.HeaderClassName
{
color: #D9716B;
}
.AnyTagClassName
{
color: #D9716B;
}
</style>
background-color css
<style>
a { background-color: #D9716B; }
a { background-color: rgb(217,113,107); }
div.DivClassName
{
background-color: #D9716B;
}
.BgClassName
{
background-color: #D9716B;
}
</style>
border-color css
<style>
span { border-color: #D9716B; }
span { border-color: rgb(217,113,107); }
td.TdClassName
{
border-color: #D9716B;
}
.TagClassName
{
border-color: #D9716B;
}
</style>