Shades of Geraldine #DF786B
Tints of Geraldine #DF786B
RGB
CMYK
RGB Variations
Color information
#DF786B (or 0xDF786B) is known color: Geraldine. HEX triplet: DF, 78 and 6B. RGB value is (223,120,107). Sum of RGB (Red+Green+Blue) = 223+120+107=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF786B is #208794. Grayscale: #959595. Windows color (decimal): -2131861 or 7043295. OLE color: 7043295.
HSL color Cylindrical-coordinate representation of color #DF786B: hue angle of 6.72º degrees, saturation: 0.64, 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 #DF786B is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 107 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.13 |
| HSL | 6.72º | 0.64% | 0.65% | - |
| HSV(B) | 6.72º | 0.52% | 0.87% | - |
| XYZ | 39.8 | 30.18 | 17.64 | - |
| YUV | 149.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 107 | 0 | 0.46 | 0.52 | 0.13 | 6.72 | 0.64 | 0.65 |
| Hex | DF | 78 | 6B | 0 | 2E | 34 | D | 7 | 40 | 41 |
| Octal | 337 | 170 | 153 | 0 | 56 | 64 | 15 | 7 | 100 | 101 |
| Binary | 11011111 | 1111000 | 1101011 | 0 | 101110 | 110100 | 1101 | 111 | 1000000 | 1000001 |
Color Harmonies of #DF786B
Complementary color
Monochromatic Colors of #DF786B
Black with #DF786B
Text Example
Text Example
White with #DF786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF786B; }
p { color: rgb(223,120,107); }
H1.HeaderClassName
{
color: #DF786B;
}
.AnyTagClassName
{
color: #DF786B;
}
</style>
background-color css
<style>
a { background-color: #DF786B; }
a { background-color: rgb(223,120,107); }
div.DivClassName
{
background-color: #DF786B;
}
.BgClassName
{
background-color: #DF786B;
}
</style>
border-color css
<style>
span { border-color: #DF786B; }
span { border-color: rgb(223,120,107); }
td.TdClassName
{
border-color: #DF786B;
}
.TagClassName
{
border-color: #DF786B;
}
</style>