Shades of Geraldine #DD776E
Tints of Geraldine #DD776E
RGB
CMYK
RGB Variations
Color information
#DD776E (or 0xDD776E) is known color: Geraldine. HEX triplet: DD, 77 and 6E. RGB value is (221,119,110). Sum of RGB (Red+Green+Blue) = 221+119+110=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD776E is #228891. Grayscale: #949494. Windows color (decimal): -2263186 or 7239645. OLE color: 7239645.
HSL color Cylindrical-coordinate representation of color #DD776E: hue angle of 4.86º degrees, saturation: 0.62, 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 #DD776E is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 110 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.13 |
| HSL | 4.86º | 0.62% | 0.65% | - |
| HSV(B) | 4.86º | 0.5% | 0.87% | - |
| XYZ | 39.23 | 29.69 | 18.42 | - |
| YUV | 148.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 110 | 0 | 0.46 | 0.50 | 0.13 | 4.86 | 0.62 | 0.65 |
| Hex | DD | 77 | 6E | 0 | 2E | 32 | D | 5 | 3E | 41 |
| Octal | 335 | 167 | 156 | 0 | 56 | 62 | 15 | 5 | 76 | 101 |
| Binary | 11011101 | 1110111 | 1101110 | 0 | 101110 | 110010 | 1101 | 101 | 111110 | 1000001 |
Color Harmonies of #DD776E
Complementary color
Monochromatic Colors of #DD776E
Black with #DD776E
Text Example
Text Example
White with #DD776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD776E; }
p { color: rgb(221,119,110); }
H1.HeaderClassName
{
color: #DD776E;
}
.AnyTagClassName
{
color: #DD776E;
}
</style>
background-color css
<style>
a { background-color: #DD776E; }
a { background-color: rgb(221,119,110); }
div.DivClassName
{
background-color: #DD776E;
}
.BgClassName
{
background-color: #DD776E;
}
</style>
border-color css
<style>
span { border-color: #DD776E; }
span { border-color: rgb(221,119,110); }
td.TdClassName
{
border-color: #DD776E;
}
.TagClassName
{
border-color: #DD776E;
}
</style>