Shades of Geraldine #DD726D
Tints of Geraldine #DD726D
RGB
CMYK
RGB Variations
Color information
#DD726D (or 0xDD726D) is known color: Geraldine. HEX triplet: DD, 72 and 6D. RGB value is (221,114,109). Sum of RGB (Red+Green+Blue) = 221+114+109=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD726D is #228D92. Grayscale: #919191. Windows color (decimal): -2264467 or 7172829. OLE color: 7172829.
HSL color Cylindrical-coordinate representation of color #DD726D: hue angle of 2.68º 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 #DD726D is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 109 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.13 |
| HSL | 2.68º | 0.62% | 0.65% | - |
| HSV(B) | 2.68º | 0.51% | 0.87% | - |
| XYZ | 38.6 | 28.51 | 17.94 | - |
| YUV | 145.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 109 | 0 | 0.48 | 0.51 | 0.13 | 2.68 | 0.62 | 0.65 |
| Hex | DD | 72 | 6D | 0 | 30 | 33 | D | 3 | 3E | 41 |
| Octal | 335 | 162 | 155 | 0 | 60 | 63 | 15 | 3 | 76 | 101 |
| Binary | 11011101 | 1110010 | 1101101 | 0 | 110000 | 110011 | 1101 | 11 | 111110 | 1000001 |
Color Harmonies of #DD726D
Complementary color
Monochromatic Colors of #DD726D
Black with #DD726D
Text Example
Text Example
White with #DD726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD726D; }
p { color: rgb(221,114,109); }
H1.HeaderClassName
{
color: #DD726D;
}
.AnyTagClassName
{
color: #DD726D;
}
</style>
background-color css
<style>
a { background-color: #DD726D; }
a { background-color: rgb(221,114,109); }
div.DivClassName
{
background-color: #DD726D;
}
.BgClassName
{
background-color: #DD726D;
}
</style>
border-color css
<style>
span { border-color: #DD726D; }
span { border-color: rgb(221,114,109); }
td.TdClassName
{
border-color: #DD726D;
}
.TagClassName
{
border-color: #DD726D;
}
</style>