Shades of Geraldine #DD736D
Tints of Geraldine #DD736D
RGB
CMYK
RGB Variations
Color information
#DD736D (or 0xDD736D) is known color: Geraldine. HEX triplet: DD, 73 and 6D. RGB value is (221,115,109). Sum of RGB (Red+Green+Blue) = 221+115+109=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD736D is #228C92. Grayscale: #929292. Windows color (decimal): -2264211 or 7173085. OLE color: 7173085.
HSL color Cylindrical-coordinate representation of color #DD736D: hue angle of 3.21º 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 #DD736D is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 109 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.13 |
| HSL | 3.21º | 0.62% | 0.65% | - |
| HSV(B) | 3.21º | 0.51% | 0.87% | - |
| XYZ | 38.71 | 28.74 | 17.97 | - |
| YUV | 146.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 109 | 0 | 0.48 | 0.51 | 0.13 | 3.21 | 0.62 | 0.65 |
| Hex | DD | 73 | 6D | 0 | 30 | 33 | D | 3 | 3E | 41 |
| Octal | 335 | 163 | 155 | 0 | 60 | 63 | 15 | 3 | 76 | 101 |
| Binary | 11011101 | 1110011 | 1101101 | 0 | 110000 | 110011 | 1101 | 11 | 111110 | 1000001 |
Color Harmonies of #DD736D
Complementary color
Monochromatic Colors of #DD736D
Black with #DD736D
Text Example
Text Example
White with #DD736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD736D; }
p { color: rgb(221,115,109); }
H1.HeaderClassName
{
color: #DD736D;
}
.AnyTagClassName
{
color: #DD736D;
}
</style>
background-color css
<style>
a { background-color: #DD736D; }
a { background-color: rgb(221,115,109); }
div.DivClassName
{
background-color: #DD736D;
}
.BgClassName
{
background-color: #DD736D;
}
</style>
border-color css
<style>
span { border-color: #DD736D; }
span { border-color: rgb(221,115,109); }
td.TdClassName
{
border-color: #DD736D;
}
.TagClassName
{
border-color: #DD736D;
}
</style>