Shades of Geraldine #DF786F
Tints of Geraldine #DF786F
RGB
CMYK
RGB Variations
Color information
#DF786F (or 0xDF786F) is known color: Geraldine. HEX triplet: DF, 78 and 6F. RGB value is (223,120,111). Sum of RGB (Red+Green+Blue) = 223+120+111=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF786F is #208790. Grayscale: #959595. Windows color (decimal): -2131857 or 7305439. OLE color: 7305439.
HSL color Cylindrical-coordinate representation of color #DF786F: hue angle of 4.82º 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 #DF786F is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 111 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.13 |
| HSL | 4.82º | 0.64% | 0.65% | - |
| HSV(B) | 4.82º | 0.5% | 0.87% | - |
| XYZ | 40.02 | 30.27 | 18.77 | - |
| YUV | 149.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 111 | 0 | 0.46 | 0.50 | 0.13 | 4.82 | 0.64 | 0.65 |
| Hex | DF | 78 | 6F | 0 | 2E | 32 | D | 5 | 40 | 41 |
| Octal | 337 | 170 | 157 | 0 | 56 | 62 | 15 | 5 | 100 | 101 |
| Binary | 11011111 | 1111000 | 1101111 | 0 | 101110 | 110010 | 1101 | 101 | 1000000 | 1000001 |
Color Harmonies of #DF786F
Complementary color
Monochromatic Colors of #DF786F
Black with #DF786F
Text Example
Text Example
White with #DF786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF786F; }
p { color: rgb(223,120,111); }
H1.HeaderClassName
{
color: #DF786F;
}
.AnyTagClassName
{
color: #DF786F;
}
</style>
background-color css
<style>
a { background-color: #DF786F; }
a { background-color: rgb(223,120,111); }
div.DivClassName
{
background-color: #DF786F;
}
.BgClassName
{
background-color: #DF786F;
}
</style>
border-color css
<style>
span { border-color: #DF786F; }
span { border-color: rgb(223,120,111); }
td.TdClassName
{
border-color: #DF786F;
}
.TagClassName
{
border-color: #DF786F;
}
</style>