Shades of Geraldine #DF776E
Tints of Geraldine #DF776E
RGB
CMYK
RGB Variations
Color information
#DF776E (or 0xDF776E) is known color: Geraldine. HEX triplet: DF, 77 and 6E. RGB value is (223,119,110). Sum of RGB (Red+Green+Blue) = 223+119+110=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF776E is #208891. Grayscale: #959595. Windows color (decimal): -2132114 or 7239647. OLE color: 7239647.
HSL color Cylindrical-coordinate representation of color #DF776E: hue angle of 4.78º 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 #DF776E is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 110 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.13 |
| HSL | 4.78º | 0.64% | 0.65% | - |
| HSV(B) | 4.78º | 0.51% | 0.87% | - |
| XYZ | 39.84 | 30.01 | 18.44 | - |
| YUV | 149.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 110 | 0 | 0.47 | 0.51 | 0.13 | 4.78 | 0.64 | 0.65 |
| Hex | DF | 77 | 6E | 0 | 2F | 33 | D | 5 | 40 | 41 |
| Octal | 337 | 167 | 156 | 0 | 57 | 63 | 15 | 5 | 100 | 101 |
| Binary | 11011111 | 1110111 | 1101110 | 0 | 101111 | 110011 | 1101 | 101 | 1000000 | 1000001 |
Color Harmonies of #DF776E
Complementary color
Monochromatic Colors of #DF776E
Black with #DF776E
Text Example
Text Example
White with #DF776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF776E; }
p { color: rgb(223,119,110); }
H1.HeaderClassName
{
color: #DF776E;
}
.AnyTagClassName
{
color: #DF776E;
}
</style>
background-color css
<style>
a { background-color: #DF776E; }
a { background-color: rgb(223,119,110); }
div.DivClassName
{
background-color: #DF776E;
}
.BgClassName
{
background-color: #DF776E;
}
</style>
border-color css
<style>
span { border-color: #DF776E; }
span { border-color: rgb(223,119,110); }
td.TdClassName
{
border-color: #DF776E;
}
.TagClassName
{
border-color: #DF776E;
}
</style>