Shades of Geraldine #DF706F
Tints of Geraldine #DF706F
RGB
CMYK
RGB Variations
Color information
#DF706F (or 0xDF706F) is known color: Geraldine. HEX triplet: DF, 70 and 6F. RGB value is (223,112,111). Sum of RGB (Red+Green+Blue) = 223+112+111=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF706F is #208F90. Grayscale: #919191. Windows color (decimal): -2133905 or 7303391. OLE color: 7303391.
HSL color Cylindrical-coordinate representation of color #DF706F: hue angle of 0.54º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF706F is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 111 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.13 |
| HSL | 0.54º | 0.64% | 0.65% | - |
| HSV(B) | 0.54º | 0.5% | 0.87% | - |
| XYZ | 39.09 | 28.42 | 18.46 | - |
| YUV | 145.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 111 | 0 | 0.50 | 0.50 | 0.13 | 0.54 | 0.64 | 0.65 |
| Hex | DF | 70 | 6F | 0 | 32 | 32 | D | 1 | 40 | 41 |
| Octal | 337 | 160 | 157 | 0 | 62 | 62 | 15 | 1 | 100 | 101 |
| Binary | 11011111 | 1110000 | 1101111 | 0 | 110010 | 110010 | 1101 | 1 | 1000000 | 1000001 |
Color Harmonies of #DF706F
Complementary color
Monochromatic Colors of #DF706F
Black with #DF706F
Text Example
Text Example
White with #DF706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF706F; }
p { color: rgb(223,112,111); }
H1.HeaderClassName
{
color: #DF706F;
}
.AnyTagClassName
{
color: #DF706F;
}
</style>
background-color css
<style>
a { background-color: #DF706F; }
a { background-color: rgb(223,112,111); }
div.DivClassName
{
background-color: #DF706F;
}
.BgClassName
{
background-color: #DF706F;
}
</style>
border-color css
<style>
span { border-color: #DF706F; }
span { border-color: rgb(223,112,111); }
td.TdClassName
{
border-color: #DF706F;
}
.TagClassName
{
border-color: #DF706F;
}
</style>