Shades of Geraldine #D7706D
Tints of Geraldine #D7706D
RGB
CMYK
RGB Variations
Color information
#D7706D (or 0xD7706D) is known color: Geraldine. HEX triplet: D7, 70 and 6D. RGB value is (215,112,109). Sum of RGB (Red+Green+Blue) = 215+112+109=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7706D is #288F92. Grayscale: #8E8E8E. Windows color (decimal): -2658195 or 7172311. OLE color: 7172311.
HSL color Cylindrical-coordinate representation of color #D7706D: hue angle of 1.7º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7706D is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 109 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.16 |
| HSL | 1.7º | 0.57% | 0.64% | - |
| HSV(B) | 1.7º | 0.49% | 0.84% | - |
| XYZ | 36.58 | 27.14 | 17.78 | - |
| YUV | 142.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 109 | 0 | 0.48 | 0.49 | 0.16 | 1.7 | 0.57 | 0.64 |
| Hex | D7 | 70 | 6D | 0 | 30 | 31 | 10 | 2 | 39 | 40 |
| Octal | 327 | 160 | 155 | 0 | 60 | 61 | 20 | 2 | 71 | 100 |
| Binary | 11010111 | 1110000 | 1101101 | 0 | 110000 | 110001 | 10000 | 10 | 111001 | 1000000 |
Color Harmonies of #D7706D
Complementary color
Monochromatic Colors of #D7706D
Black with #D7706D
Text Example
Text Example
White with #D7706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7706D; }
p { color: rgb(215,112,109); }
H1.HeaderClassName
{
color: #D7706D;
}
.AnyTagClassName
{
color: #D7706D;
}
</style>
background-color css
<style>
a { background-color: #D7706D; }
a { background-color: rgb(215,112,109); }
div.DivClassName
{
background-color: #D7706D;
}
.BgClassName
{
background-color: #D7706D;
}
</style>
border-color css
<style>
span { border-color: #D7706D; }
span { border-color: rgb(215,112,109); }
td.TdClassName
{
border-color: #D7706D;
}
.TagClassName
{
border-color: #D7706D;
}
</style>