Shades of Geraldine #D9706B
Tints of Geraldine #D9706B
RGB
CMYK
RGB Variations
Color information
#D9706B (or 0xD9706B) is known color: Geraldine. HEX triplet: D9, 70 and 6B. RGB value is (217,112,107). Sum of RGB (Red+Green+Blue) = 217+112+107=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9706B is #268F94. Grayscale: #8E8E8E. Windows color (decimal): -2527125 or 7041241. OLE color: 7041241.
HSL color Cylindrical-coordinate representation of color #D9706B: hue angle of 2.73º 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 #D9706B is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 107 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.15 |
| HSL | 2.73º | 0.59% | 0.64% | - |
| HSV(B) | 2.73º | 0.51% | 0.85% | - |
| XYZ | 37.06 | 27.4 | 17.25 | - |
| YUV | 142.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 107 | 0 | 0.48 | 0.51 | 0.15 | 2.73 | 0.59 | 0.64 |
| Hex | D9 | 70 | 6B | 0 | 30 | 33 | F | 3 | 3B | 40 |
| Octal | 331 | 160 | 153 | 0 | 60 | 63 | 17 | 3 | 73 | 100 |
| Binary | 11011001 | 1110000 | 1101011 | 0 | 110000 | 110011 | 1111 | 11 | 111011 | 1000000 |
Color Harmonies of #D9706B
Complementary color
Monochromatic Colors of #D9706B
Black with #D9706B
Text Example
Text Example
White with #D9706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9706B; }
p { color: rgb(217,112,107); }
H1.HeaderClassName
{
color: #D9706B;
}
.AnyTagClassName
{
color: #D9706B;
}
</style>
background-color css
<style>
a { background-color: #D9706B; }
a { background-color: rgb(217,112,107); }
div.DivClassName
{
background-color: #D9706B;
}
.BgClassName
{
background-color: #D9706B;
}
</style>
border-color css
<style>
span { border-color: #D9706B; }
span { border-color: rgb(217,112,107); }
td.TdClassName
{
border-color: #D9706B;
}
.TagClassName
{
border-color: #D9706B;
}
</style>