Shades of Geraldine #DD706A
Tints of Geraldine #DD706A
RGB
CMYK
RGB Variations
Color information
#DD706A (or 0xDD706A) is known color: Geraldine. HEX triplet: DD, 70 and 6A. RGB value is (221,112,106). Sum of RGB (Red+Green+Blue) = 221+112+106=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD706A is #228F95. Grayscale: #909090. Windows color (decimal): -2264982 or 6975709. OLE color: 6975709.
HSL color Cylindrical-coordinate representation of color #DD706A: hue angle of 3.13º 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 #DD706A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 106 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.13 |
| HSL | 3.13º | 0.63% | 0.64% | - |
| HSV(B) | 3.13º | 0.52% | 0.87% | - |
| XYZ | 38.21 | 28 | 17.03 | - |
| YUV | 143.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 106 | 0 | 0.49 | 0.52 | 0.13 | 3.13 | 0.63 | 0.64 |
| Hex | DD | 70 | 6A | 0 | 31 | 34 | D | 3 | 3F | 40 |
| Octal | 335 | 160 | 152 | 0 | 61 | 64 | 15 | 3 | 77 | 100 |
| Binary | 11011101 | 1110000 | 1101010 | 0 | 110001 | 110100 | 1101 | 11 | 111111 | 1000000 |
Color Harmonies of #DD706A
Complementary color
Monochromatic Colors of #DD706A
Black with #DD706A
Text Example
Text Example
White with #DD706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD706A; }
p { color: rgb(221,112,106); }
H1.HeaderClassName
{
color: #DD706A;
}
.AnyTagClassName
{
color: #DD706A;
}
</style>
background-color css
<style>
a { background-color: #DD706A; }
a { background-color: rgb(221,112,106); }
div.DivClassName
{
background-color: #DD706A;
}
.BgClassName
{
background-color: #DD706A;
}
</style>
border-color css
<style>
span { border-color: #DD706A; }
span { border-color: rgb(221,112,106); }
td.TdClassName
{
border-color: #DD706A;
}
.TagClassName
{
border-color: #DD706A;
}
</style>