Shades of Geraldine #DD726A
Tints of Geraldine #DD726A
RGB
CMYK
RGB Variations
Color information
#DD726A (or 0xDD726A) is known color: Geraldine. HEX triplet: DD, 72 and 6A. RGB value is (221,114,106). Sum of RGB (Red+Green+Blue) = 221+114+106=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD726A is #228D95. Grayscale: #919191. Windows color (decimal): -2264470 or 6976221. OLE color: 6976221.
HSL color Cylindrical-coordinate representation of color #DD726A: hue angle of 4.17º 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 #DD726A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 106 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.13 |
| HSL | 4.17º | 0.63% | 0.64% | - |
| HSV(B) | 4.17º | 0.52% | 0.87% | - |
| XYZ | 38.44 | 28.45 | 17.1 | - |
| YUV | 145.08 | 105.95 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 106 | 0 | 0.48 | 0.52 | 0.13 | 4.17 | 0.63 | 0.64 |
| Hex | DD | 72 | 6A | 0 | 30 | 34 | D | 4 | 3F | 40 |
| Octal | 335 | 162 | 152 | 0 | 60 | 64 | 15 | 4 | 77 | 100 |
| Binary | 11011101 | 1110010 | 1101010 | 0 | 110000 | 110100 | 1101 | 100 | 111111 | 1000000 |
Color Harmonies of #DD726A
Complementary color
Monochromatic Colors of #DD726A
Black with #DD726A
Text Example
Text Example
White with #DD726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD726A; }
p { color: rgb(221,114,106); }
H1.HeaderClassName
{
color: #DD726A;
}
.AnyTagClassName
{
color: #DD726A;
}
</style>
background-color css
<style>
a { background-color: #DD726A; }
a { background-color: rgb(221,114,106); }
div.DivClassName
{
background-color: #DD726A;
}
.BgClassName
{
background-color: #DD726A;
}
</style>
border-color css
<style>
span { border-color: #DD726A; }
span { border-color: rgb(221,114,106); }
td.TdClassName
{
border-color: #DD726A;
}
.TagClassName
{
border-color: #DD726A;
}
</style>