Shades of Geraldine #DD706C
Tints of Geraldine #DD706C
RGB
CMYK
RGB Variations
Color information
#DD706C (or 0xDD706C) is known color: Geraldine. HEX triplet: DD, 70 and 6C. RGB value is (221,112,108). Sum of RGB (Red+Green+Blue) = 221+112+108=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD706C is #228F93. Grayscale: #909090. Windows color (decimal): -2264980 or 7106781. OLE color: 7106781.
HSL color Cylindrical-coordinate representation of color #DD706C: hue angle of 2.12º 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 #DD706C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 108 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.13 |
| HSL | 2.12º | 0.62% | 0.65% | - |
| HSV(B) | 2.12º | 0.51% | 0.87% | - |
| XYZ | 38.32 | 28.04 | 17.58 | - |
| YUV | 144.14 | 107.61 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 108 | 0 | 0.49 | 0.51 | 0.13 | 2.12 | 0.62 | 0.65 |
| Hex | DD | 70 | 6C | 0 | 31 | 33 | D | 2 | 3E | 41 |
| Octal | 335 | 160 | 154 | 0 | 61 | 63 | 15 | 2 | 76 | 101 |
| Binary | 11011101 | 1110000 | 1101100 | 0 | 110001 | 110011 | 1101 | 10 | 111110 | 1000001 |
Color Harmonies of #DD706C
Complementary color
Monochromatic Colors of #DD706C
Black with #DD706C
Text Example
Text Example
White with #DD706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD706C; }
p { color: rgb(221,112,108); }
H1.HeaderClassName
{
color: #DD706C;
}
.AnyTagClassName
{
color: #DD706C;
}
</style>
background-color css
<style>
a { background-color: #DD706C; }
a { background-color: rgb(221,112,108); }
div.DivClassName
{
background-color: #DD706C;
}
.BgClassName
{
background-color: #DD706C;
}
</style>
border-color css
<style>
span { border-color: #DD706C; }
span { border-color: rgb(221,112,108); }
td.TdClassName
{
border-color: #DD706C;
}
.TagClassName
{
border-color: #DD706C;
}
</style>