Shades of Geraldine #DD746B
Tints of Geraldine #DD746B
RGB
CMYK
RGB Variations
Color information
#DD746B (or 0xDD746B) is known color: Geraldine. HEX triplet: DD, 74 and 6B. RGB value is (221,116,107). Sum of RGB (Red+Green+Blue) = 221+116+107=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD746B is #228B94. Grayscale: #929292. Windows color (decimal): -2263957 or 7042269. OLE color: 7042269.
HSL color Cylindrical-coordinate representation of color #DD746B: hue angle of 4.74º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD746B is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 107 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.13 |
| HSL | 4.74º | 0.63% | 0.64% | - |
| HSV(B) | 4.74º | 0.52% | 0.87% | - |
| XYZ | 38.72 | 28.92 | 17.45 | - |
| YUV | 146.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 107 | 0 | 0.48 | 0.52 | 0.13 | 4.74 | 0.63 | 0.64 |
| Hex | DD | 74 | 6B | 0 | 30 | 34 | D | 5 | 3F | 40 |
| Octal | 335 | 164 | 153 | 0 | 60 | 64 | 15 | 5 | 77 | 100 |
| Binary | 11011101 | 1110100 | 1101011 | 0 | 110000 | 110100 | 1101 | 101 | 111111 | 1000000 |
Color Harmonies of #DD746B
Complementary color
Monochromatic Colors of #DD746B
Black with #DD746B
Text Example
Text Example
White with #DD746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD746B; }
p { color: rgb(221,116,107); }
H1.HeaderClassName
{
color: #DD746B;
}
.AnyTagClassName
{
color: #DD746B;
}
</style>
background-color css
<style>
a { background-color: #DD746B; }
a { background-color: rgb(221,116,107); }
div.DivClassName
{
background-color: #DD746B;
}
.BgClassName
{
background-color: #DD746B;
}
</style>
border-color css
<style>
span { border-color: #DD746B; }
span { border-color: rgb(221,116,107); }
td.TdClassName
{
border-color: #DD746B;
}
.TagClassName
{
border-color: #DD746B;
}
</style>