Shades of Geraldine #DF726C
Tints of Geraldine #DF726C
RGB
CMYK
RGB Variations
Color information
#DF726C (or 0xDF726C) is known color: Geraldine. HEX triplet: DF, 72 and 6C. RGB value is (223,114,108). Sum of RGB (Red+Green+Blue) = 223+114+108=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF726C is #208D93. Grayscale: #929292. Windows color (decimal): -2133396 or 7107295. OLE color: 7107295.
HSL color Cylindrical-coordinate representation of color #DF726C: hue angle of 3.13º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF726C is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 108 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.13 |
| HSL | 3.13º | 0.64% | 0.65% | - |
| HSV(B) | 3.13º | 0.52% | 0.87% | - |
| XYZ | 39.16 | 28.81 | 17.68 | - |
| YUV | 145.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 108 | 0 | 0.49 | 0.52 | 0.13 | 3.13 | 0.64 | 0.65 |
| Hex | DF | 72 | 6C | 0 | 31 | 34 | D | 3 | 40 | 41 |
| Octal | 337 | 162 | 154 | 0 | 61 | 64 | 15 | 3 | 100 | 101 |
| Binary | 11011111 | 1110010 | 1101100 | 0 | 110001 | 110100 | 1101 | 11 | 1000000 | 1000001 |
Color Harmonies of #DF726C
Complementary color
Monochromatic Colors of #DF726C
Black with #DF726C
Text Example
Text Example
White with #DF726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF726C; }
p { color: rgb(223,114,108); }
H1.HeaderClassName
{
color: #DF726C;
}
.AnyTagClassName
{
color: #DF726C;
}
</style>
background-color css
<style>
a { background-color: #DF726C; }
a { background-color: rgb(223,114,108); }
div.DivClassName
{
background-color: #DF726C;
}
.BgClassName
{
background-color: #DF726C;
}
</style>
border-color css
<style>
span { border-color: #DF726C; }
span { border-color: rgb(223,114,108); }
td.TdClassName
{
border-color: #DF726C;
}
.TagClassName
{
border-color: #DF726C;
}
</style>