Shades of Geraldine #D9736E
Tints of Geraldine #D9736E
RGB
CMYK
RGB Variations
Color information
#D9736E (or 0xD9736E) is known color: Geraldine. HEX triplet: D9, 73 and 6E. RGB value is (217,115,110). Sum of RGB (Red+Green+Blue) = 217+115+110=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9736E is #268C91. Grayscale: #919191. Windows color (decimal): -2526354 or 7238617. OLE color: 7238617.
HSL color Cylindrical-coordinate representation of color #D9736E: 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.49%. Process color model (Four color, CMYK) of #D9736E is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 110 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.15 |
| HSL | 2.8º | 0.58% | 0.64% | - |
| HSV(B) | 2.8º | 0.49% | 0.85% | - |
| XYZ | 37.56 | 28.14 | 18.2 | - |
| YUV | 144.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 110 | 0 | 0.47 | 0.49 | 0.15 | 2.8 | 0.58 | 0.64 |
| Hex | D9 | 73 | 6E | 0 | 2F | 31 | F | 3 | 3A | 40 |
| Octal | 331 | 163 | 156 | 0 | 57 | 61 | 17 | 3 | 72 | 100 |
| Binary | 11011001 | 1110011 | 1101110 | 0 | 101111 | 110001 | 1111 | 11 | 111010 | 1000000 |
Color Harmonies of #D9736E
Complementary color
Monochromatic Colors of #D9736E
Black with #D9736E
Text Example
Text Example
White with #D9736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9736E; }
p { color: rgb(217,115,110); }
H1.HeaderClassName
{
color: #D9736E;
}
.AnyTagClassName
{
color: #D9736E;
}
</style>
background-color css
<style>
a { background-color: #D9736E; }
a { background-color: rgb(217,115,110); }
div.DivClassName
{
background-color: #D9736E;
}
.BgClassName
{
background-color: #D9736E;
}
</style>
border-color css
<style>
span { border-color: #D9736E; }
span { border-color: rgb(217,115,110); }
td.TdClassName
{
border-color: #D9736E;
}
.TagClassName
{
border-color: #D9736E;
}
</style>