Shades of Geraldine #DD776D
Tints of Geraldine #DD776D
RGB
CMYK
RGB Variations
Color information
#DD776D (or 0xDD776D) is known color: Geraldine. HEX triplet: DD, 77 and 6D. RGB value is (221,119,109). Sum of RGB (Red+Green+Blue) = 221+119+109=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD776D is #228892. Grayscale: #949494. Windows color (decimal): -2263187 or 7174109. OLE color: 7174109.
HSL color Cylindrical-coordinate representation of color #DD776D: hue angle of 5.36º degrees, saturation: 0.62, 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 #DD776D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 109 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.13 |
| HSL | 5.36º | 0.62% | 0.65% | - |
| HSV(B) | 5.36º | 0.51% | 0.87% | - |
| XYZ | 39.18 | 29.67 | 18.13 | - |
| YUV | 148.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 109 | 0 | 0.46 | 0.51 | 0.13 | 5.36 | 0.62 | 0.65 |
| Hex | DD | 77 | 6D | 0 | 2E | 33 | D | 5 | 3E | 41 |
| Octal | 335 | 167 | 155 | 0 | 56 | 63 | 15 | 5 | 76 | 101 |
| Binary | 11011101 | 1110111 | 1101101 | 0 | 101110 | 110011 | 1101 | 101 | 111110 | 1000001 |
Color Harmonies of #DD776D
Complementary color
Monochromatic Colors of #DD776D
Black with #DD776D
Text Example
Text Example
White with #DD776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD776D; }
p { color: rgb(221,119,109); }
H1.HeaderClassName
{
color: #DD776D;
}
.AnyTagClassName
{
color: #DD776D;
}
</style>
background-color css
<style>
a { background-color: #DD776D; }
a { background-color: rgb(221,119,109); }
div.DivClassName
{
background-color: #DD776D;
}
.BgClassName
{
background-color: #DD776D;
}
</style>
border-color css
<style>
span { border-color: #DD776D; }
span { border-color: rgb(221,119,109); }
td.TdClassName
{
border-color: #DD776D;
}
.TagClassName
{
border-color: #DD776D;
}
</style>