Shades of Geraldine #D8726D
Tints of Geraldine #D8726D
RGB
CMYK
RGB Variations
Color information
#D8726D (or 0xD8726D) is known color: Geraldine. HEX triplet: D8, 72 and 6D. RGB value is (216,114,109). Sum of RGB (Red+Green+Blue) = 216+114+109=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8726D is #278D92. Grayscale: #909090. Windows color (decimal): -2592147 or 7172824. OLE color: 7172824.
HSL color Cylindrical-coordinate representation of color #D8726D: hue angle of 2.8º degrees, saturation: 0.58, 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 #D8726D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 114 | 109 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.15 |
| HSL | 2.8º | 0.58% | 0.64% | - |
| HSV(B) | 2.8º | 0.5% | 0.85% | - |
| XYZ | 37.1 | 27.74 | 17.87 | - |
| YUV | 143.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 114 | 109 | 0 | 0.47 | 0.50 | 0.15 | 2.8 | 0.58 | 0.64 |
| Hex | D8 | 72 | 6D | 0 | 2F | 32 | F | 3 | 3A | 40 |
| Octal | 330 | 162 | 155 | 0 | 57 | 62 | 17 | 3 | 72 | 100 |
| Binary | 11011000 | 1110010 | 1101101 | 0 | 101111 | 110010 | 1111 | 11 | 111010 | 1000000 |
Color Harmonies of #D8726D
Complementary color
Monochromatic Colors of #D8726D
Black with #D8726D
Text Example
Text Example
White with #D8726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8726D; }
p { color: rgb(216,114,109); }
H1.HeaderClassName
{
color: #D8726D;
}
.AnyTagClassName
{
color: #D8726D;
}
</style>
background-color css
<style>
a { background-color: #D8726D; }
a { background-color: rgb(216,114,109); }
div.DivClassName
{
background-color: #D8726D;
}
.BgClassName
{
background-color: #D8726D;
}
</style>
border-color css
<style>
span { border-color: #D8726D; }
span { border-color: rgb(216,114,109); }
td.TdClassName
{
border-color: #D8726D;
}
.TagClassName
{
border-color: #D8726D;
}
</style>