Shades of Geraldine #DD756F
Tints of Geraldine #DD756F
RGB
CMYK
RGB Variations
Color information
#DD756F (or 0xDD756F) is known color: Geraldine. HEX triplet: DD, 75 and 6F. RGB value is (221,117,111). Sum of RGB (Red+Green+Blue) = 221+117+111=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD756F is #228A90. Grayscale: #939393. Windows color (decimal): -2263697 or 7304669. OLE color: 7304669.
HSL color Cylindrical-coordinate representation of color #DD756F: hue angle of 3.27º 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 #DD756F is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 111 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.13 |
| HSL | 3.27º | 0.62% | 0.65% | - |
| HSV(B) | 3.27º | 0.5% | 0.87% | - |
| XYZ | 39.05 | 29.24 | 18.63 | - |
| YUV | 147.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 111 | 0 | 0.47 | 0.50 | 0.13 | 3.27 | 0.62 | 0.65 |
| Hex | DD | 75 | 6F | 0 | 2F | 32 | D | 3 | 3E | 41 |
| Octal | 335 | 165 | 157 | 0 | 57 | 62 | 15 | 3 | 76 | 101 |
| Binary | 11011101 | 1110101 | 1101111 | 0 | 101111 | 110010 | 1101 | 11 | 111110 | 1000001 |
Color Harmonies of #DD756F
Complementary color
Monochromatic Colors of #DD756F
Black with #DD756F
Text Example
Text Example
White with #DD756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD756F; }
p { color: rgb(221,117,111); }
H1.HeaderClassName
{
color: #DD756F;
}
.AnyTagClassName
{
color: #DD756F;
}
</style>
background-color css
<style>
a { background-color: #DD756F; }
a { background-color: rgb(221,117,111); }
div.DivClassName
{
background-color: #DD756F;
}
.BgClassName
{
background-color: #DD756F;
}
</style>
border-color css
<style>
span { border-color: #DD756F; }
span { border-color: rgb(221,117,111); }
td.TdClassName
{
border-color: #DD756F;
}
.TagClassName
{
border-color: #DD756F;
}
</style>