Shades of Geraldine #DF716E
Tints of Geraldine #DF716E
RGB
CMYK
RGB Variations
Color information
#DF716E (or 0xDF716E) is known color: Geraldine. HEX triplet: DF, 71 and 6E. RGB value is (223,113,110). Sum of RGB (Red+Green+Blue) = 223+113+110=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF716E is #208E91. Grayscale: #919191. Windows color (decimal): -2133650 or 7238111. OLE color: 7238111.
HSL color Cylindrical-coordinate representation of color #DF716E: hue angle of 1.59º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF716E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 110 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.13 |
| HSL | 1.59º | 0.64% | 0.65% | - |
| HSV(B) | 1.59º | 0.51% | 0.87% | - |
| XYZ | 39.15 | 28.62 | 18.21 | - |
| YUV | 145.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 110 | 0 | 0.49 | 0.51 | 0.13 | 1.59 | 0.64 | 0.65 |
| Hex | DF | 71 | 6E | 0 | 31 | 33 | D | 2 | 40 | 41 |
| Octal | 337 | 161 | 156 | 0 | 61 | 63 | 15 | 2 | 100 | 101 |
| Binary | 11011111 | 1110001 | 1101110 | 0 | 110001 | 110011 | 1101 | 10 | 1000000 | 1000001 |
Color Harmonies of #DF716E
Complementary color
Monochromatic Colors of #DF716E
Black with #DF716E
Text Example
Text Example
White with #DF716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF716E; }
p { color: rgb(223,113,110); }
H1.HeaderClassName
{
color: #DF716E;
}
.AnyTagClassName
{
color: #DF716E;
}
</style>
background-color css
<style>
a { background-color: #DF716E; }
a { background-color: rgb(223,113,110); }
div.DivClassName
{
background-color: #DF716E;
}
.BgClassName
{
background-color: #DF716E;
}
</style>
border-color css
<style>
span { border-color: #DF716E; }
span { border-color: rgb(223,113,110); }
td.TdClassName
{
border-color: #DF716E;
}
.TagClassName
{
border-color: #DF716E;
}
</style>