Shades of Geraldine #D8706B
Tints of Geraldine #D8706B
RGB
CMYK
RGB Variations
Color information
#D8706B (or 0xD8706B) is known color: Geraldine. HEX triplet: D8, 70 and 6B. RGB value is (216,112,107). Sum of RGB (Red+Green+Blue) = 216+112+107=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8706B is #278F94. Grayscale: #8E8E8E. Windows color (decimal): -2592661 or 7041240. OLE color: 7041240.
HSL color Cylindrical-coordinate representation of color #D8706B: hue angle of 2.75º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8706B is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 107 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.15 |
| HSL | 2.75º | 0.58% | 0.63% | - |
| HSV(B) | 2.75º | 0.5% | 0.85% | - |
| XYZ | 36.77 | 27.25 | 17.23 | - |
| YUV | 142.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 107 | 0 | 0.48 | 0.50 | 0.15 | 2.75 | 0.58 | 0.63 |
| Hex | D8 | 70 | 6B | 0 | 30 | 32 | F | 3 | 3A | 3F |
| Octal | 330 | 160 | 153 | 0 | 60 | 62 | 17 | 3 | 72 | 77 |
| Binary | 11011000 | 1110000 | 1101011 | 0 | 110000 | 110010 | 1111 | 11 | 111010 | 111111 |
Color Harmonies of #D8706B
Complementary color
Monochromatic Colors of #D8706B
Black with #D8706B
Text Example
Text Example
White with #D8706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8706B; }
p { color: rgb(216,112,107); }
H1.HeaderClassName
{
color: #D8706B;
}
.AnyTagClassName
{
color: #D8706B;
}
</style>
background-color css
<style>
a { background-color: #D8706B; }
a { background-color: rgb(216,112,107); }
div.DivClassName
{
background-color: #D8706B;
}
.BgClassName
{
background-color: #D8706B;
}
</style>
border-color css
<style>
span { border-color: #D8706B; }
span { border-color: rgb(216,112,107); }
td.TdClassName
{
border-color: #D8706B;
}
.TagClassName
{
border-color: #D8706B;
}
</style>