Shades of Geraldine #DD726B
Tints of Geraldine #DD726B
RGB
CMYK
RGB Variations
Color information
#DD726B (or 0xDD726B) is known color: Geraldine. HEX triplet: DD, 72 and 6B. RGB value is (221,114,107). Sum of RGB (Red+Green+Blue) = 221+114+107=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD726B is #228D94. Grayscale: #919191. Windows color (decimal): -2264469 or 7041757. OLE color: 7041757.
HSL color Cylindrical-coordinate representation of color #DD726B: hue angle of 3.68º 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 #DD726B is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 107 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.13 |
| HSL | 3.68º | 0.63% | 0.64% | - |
| HSV(B) | 3.68º | 0.52% | 0.87% | - |
| XYZ | 38.49 | 28.47 | 17.38 | - |
| YUV | 145.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 107 | 0 | 0.48 | 0.52 | 0.13 | 3.68 | 0.63 | 0.64 |
| Hex | DD | 72 | 6B | 0 | 30 | 34 | D | 4 | 3F | 40 |
| Octal | 335 | 162 | 153 | 0 | 60 | 64 | 15 | 4 | 77 | 100 |
| Binary | 11011101 | 1110010 | 1101011 | 0 | 110000 | 110100 | 1101 | 100 | 111111 | 1000000 |
Color Harmonies of #DD726B
Complementary color
Monochromatic Colors of #DD726B
Black with #DD726B
Text Example
Text Example
White with #DD726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD726B; }
p { color: rgb(221,114,107); }
H1.HeaderClassName
{
color: #DD726B;
}
.AnyTagClassName
{
color: #DD726B;
}
</style>
background-color css
<style>
a { background-color: #DD726B; }
a { background-color: rgb(221,114,107); }
div.DivClassName
{
background-color: #DD726B;
}
.BgClassName
{
background-color: #DD726B;
}
</style>
border-color css
<style>
span { border-color: #DD726B; }
span { border-color: rgb(221,114,107); }
td.TdClassName
{
border-color: #DD726B;
}
.TagClassName
{
border-color: #DD726B;
}
</style>