Shades of Geraldine #D97672
Tints of Geraldine #D97672
RGB
CMYK
RGB Variations
Color information
#D97672 (or 0xD97672) is known color: Geraldine. HEX triplet: D9, 76 and 72. RGB value is (217,118,114). Sum of RGB (Red+Green+Blue) = 217+118+114=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D97672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97672 is #26898D. Grayscale: #939393. Windows color (decimal): -2525582 or 7501529. OLE color: 7501529.
HSL color Cylindrical-coordinate representation of color #D97672: hue angle of 2.33º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97672 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 114 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.15 |
| HSL | 2.33º | 0.58% | 0.65% | - |
| HSV(B) | 2.33º | 0.47% | 0.85% | - |
| XYZ | 38.13 | 28.92 | 19.49 | - |
| YUV | 147.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 114 | 0 | 0.46 | 0.47 | 0.15 | 2.33 | 0.58 | 0.65 |
| Hex | D9 | 76 | 72 | 0 | 2E | 2F | F | 2 | 3A | 41 |
| Octal | 331 | 166 | 162 | 0 | 56 | 57 | 17 | 2 | 72 | 101 |
| Binary | 11011001 | 1110110 | 1110010 | 0 | 101110 | 101111 | 1111 | 10 | 111010 | 1000001 |
Color Harmonies of #D97672
Complementary color
Monochromatic Colors of #D97672
Black with #D97672
Text Example
Text Example
White with #D97672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97672; }
p { color: rgb(217,118,114); }
H1.HeaderClassName
{
color: #D97672;
}
.AnyTagClassName
{
color: #D97672;
}
</style>
background-color css
<style>
a { background-color: #D97672; }
a { background-color: rgb(217,118,114); }
div.DivClassName
{
background-color: #D97672;
}
.BgClassName
{
background-color: #D97672;
}
</style>
border-color css
<style>
span { border-color: #D97672; }
span { border-color: rgb(217,118,114); }
td.TdClassName
{
border-color: #D97672;
}
.TagClassName
{
border-color: #D97672;
}
</style>