Shades of Geraldine #DF706A
Tints of Geraldine #DF706A
RGB
CMYK
RGB Variations
Color information
#DF706A (or 0xDF706A) is known color: Geraldine. HEX triplet: DF, 70 and 6A. RGB value is (223,112,106). Sum of RGB (Red+Green+Blue) = 223+112+106=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF706A is #208F95. Grayscale: #909090. Windows color (decimal): -2133910 or 6975711. OLE color: 6975711.
HSL color Cylindrical-coordinate representation of color #DF706A: hue angle of 3.08º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF706A is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 106 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.13 |
| HSL | 3.08º | 0.65% | 0.65% | - |
| HSV(B) | 3.08º | 0.52% | 0.87% | - |
| XYZ | 38.83 | 28.32 | 17.05 | - |
| YUV | 144.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 106 | 0 | 0.50 | 0.52 | 0.13 | 3.08 | 0.65 | 0.65 |
| Hex | DF | 70 | 6A | 0 | 32 | 34 | D | 3 | 41 | 41 |
| Octal | 337 | 160 | 152 | 0 | 62 | 64 | 15 | 3 | 101 | 101 |
| Binary | 11011111 | 1110000 | 1101010 | 0 | 110010 | 110100 | 1101 | 11 | 1000001 | 1000001 |
Color Harmonies of #DF706A
Complementary color
Monochromatic Colors of #DF706A
Black with #DF706A
Text Example
Text Example
White with #DF706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF706A; }
p { color: rgb(223,112,106); }
H1.HeaderClassName
{
color: #DF706A;
}
.AnyTagClassName
{
color: #DF706A;
}
</style>
background-color css
<style>
a { background-color: #DF706A; }
a { background-color: rgb(223,112,106); }
div.DivClassName
{
background-color: #DF706A;
}
.BgClassName
{
background-color: #DF706A;
}
</style>
border-color css
<style>
span { border-color: #DF706A; }
span { border-color: rgb(223,112,106); }
td.TdClassName
{
border-color: #DF706A;
}
.TagClassName
{
border-color: #DF706A;
}
</style>