Shades of Geraldine #DF786E
Tints of Geraldine #DF786E
RGB
CMYK
RGB Variations
Color information
#DF786E (or 0xDF786E) is known color: Geraldine. HEX triplet: DF, 78 and 6E. RGB value is (223,120,110). Sum of RGB (Red+Green+Blue) = 223+120+110=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF786E is #208791. Grayscale: #959595. Windows color (decimal): -2131858 or 7239903. OLE color: 7239903.
HSL color Cylindrical-coordinate representation of color #DF786E: hue angle of 5.31º 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 #DF786E is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 110 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.13 |
| HSL | 5.31º | 0.64% | 0.65% | - |
| HSV(B) | 5.31º | 0.51% | 0.87% | - |
| XYZ | 39.96 | 30.25 | 18.48 | - |
| YUV | 149.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 110 | 0 | 0.46 | 0.51 | 0.13 | 5.31 | 0.64 | 0.65 |
| Hex | DF | 78 | 6E | 0 | 2E | 33 | D | 5 | 40 | 41 |
| Octal | 337 | 170 | 156 | 0 | 56 | 63 | 15 | 5 | 100 | 101 |
| Binary | 11011111 | 1111000 | 1101110 | 0 | 101110 | 110011 | 1101 | 101 | 1000000 | 1000001 |
Color Harmonies of #DF786E
Complementary color
Monochromatic Colors of #DF786E
Black with #DF786E
Text Example
Text Example
White with #DF786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF786E; }
p { color: rgb(223,120,110); }
H1.HeaderClassName
{
color: #DF786E;
}
.AnyTagClassName
{
color: #DF786E;
}
</style>
background-color css
<style>
a { background-color: #DF786E; }
a { background-color: rgb(223,120,110); }
div.DivClassName
{
background-color: #DF786E;
}
.BgClassName
{
background-color: #DF786E;
}
</style>
border-color css
<style>
span { border-color: #DF786E; }
span { border-color: rgb(223,120,110); }
td.TdClassName
{
border-color: #DF786E;
}
.TagClassName
{
border-color: #DF786E;
}
</style>