Shades of Geraldine #DD746D
Tints of Geraldine #DD746D
RGB
CMYK
RGB Variations
Color information
#DD746D (or 0xDD746D) is known color: Geraldine. HEX triplet: DD, 74 and 6D. RGB value is (221,116,109). Sum of RGB (Red+Green+Blue) = 221+116+109=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD746D is #228B92. Grayscale: #929292. Windows color (decimal): -2263955 or 7173341. OLE color: 7173341.
HSL color Cylindrical-coordinate representation of color #DD746D: hue angle of 3.75º 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 #DD746D is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 109 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.13 |
| HSL | 3.75º | 0.62% | 0.65% | - |
| HSV(B) | 3.75º | 0.51% | 0.87% | - |
| XYZ | 38.82 | 28.97 | 18.01 | - |
| YUV | 146.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 109 | 0 | 0.48 | 0.51 | 0.13 | 3.75 | 0.62 | 0.65 |
| Hex | DD | 74 | 6D | 0 | 30 | 33 | D | 4 | 3E | 41 |
| Octal | 335 | 164 | 155 | 0 | 60 | 63 | 15 | 4 | 76 | 101 |
| Binary | 11011101 | 1110100 | 1101101 | 0 | 110000 | 110011 | 1101 | 100 | 111110 | 1000001 |
Color Harmonies of #DD746D
Complementary color
Monochromatic Colors of #DD746D
Black with #DD746D
Text Example
Text Example
White with #DD746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD746D; }
p { color: rgb(221,116,109); }
H1.HeaderClassName
{
color: #DD746D;
}
.AnyTagClassName
{
color: #DD746D;
}
</style>
background-color css
<style>
a { background-color: #DD746D; }
a { background-color: rgb(221,116,109); }
div.DivClassName
{
background-color: #DD746D;
}
.BgClassName
{
background-color: #DD746D;
}
</style>
border-color css
<style>
span { border-color: #DD746D; }
span { border-color: rgb(221,116,109); }
td.TdClassName
{
border-color: #DD746D;
}
.TagClassName
{
border-color: #DD746D;
}
</style>