Shades of Geraldine #D9706D
Tints of Geraldine #D9706D
RGB
CMYK
RGB Variations
Color information
#D9706D (or 0xD9706D) is known color: Geraldine. HEX triplet: D9, 70 and 6D. RGB value is (217,112,109). Sum of RGB (Red+Green+Blue) = 217+112+109=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D9706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9706D is #268F92. Grayscale: #8F8F8F. Windows color (decimal): -2527123 or 7172313. OLE color: 7172313.
HSL color Cylindrical-coordinate representation of color #D9706D: hue angle of 1.67º degrees, saturation: 0.59, 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 #D9706D is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 109 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.15 |
| HSL | 1.67º | 0.59% | 0.64% | - |
| HSV(B) | 1.67º | 0.5% | 0.85% | - |
| XYZ | 37.17 | 27.44 | 17.81 | - |
| YUV | 143.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 109 | 0 | 0.48 | 0.50 | 0.15 | 1.67 | 0.59 | 0.64 |
| Hex | D9 | 70 | 6D | 0 | 30 | 32 | F | 2 | 3B | 40 |
| Octal | 331 | 160 | 155 | 0 | 60 | 62 | 17 | 2 | 73 | 100 |
| Binary | 11011001 | 1110000 | 1101101 | 0 | 110000 | 110010 | 1111 | 10 | 111011 | 1000000 |
Color Harmonies of #D9706D
Complementary color
Monochromatic Colors of #D9706D
Black with #D9706D
Text Example
Text Example
White with #D9706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9706D; }
p { color: rgb(217,112,109); }
H1.HeaderClassName
{
color: #D9706D;
}
.AnyTagClassName
{
color: #D9706D;
}
</style>
background-color css
<style>
a { background-color: #D9706D; }
a { background-color: rgb(217,112,109); }
div.DivClassName
{
background-color: #D9706D;
}
.BgClassName
{
background-color: #D9706D;
}
</style>
border-color css
<style>
span { border-color: #D9706D; }
span { border-color: rgb(217,112,109); }
td.TdClassName
{
border-color: #D9706D;
}
.TagClassName
{
border-color: #D9706D;
}
</style>