Shades of Geraldine #DF736C
Tints of Geraldine #DF736C
RGB
CMYK
RGB Variations
Color information
#DF736C (or 0xDF736C) is known color: Geraldine. HEX triplet: DF, 73 and 6C. RGB value is (223,115,108). Sum of RGB (Red+Green+Blue) = 223+115+108=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF736C is #208C93. Grayscale: #929292. Windows color (decimal): -2133140 or 7107551. OLE color: 7107551.
HSL color Cylindrical-coordinate representation of color #DF736C: hue angle of 3.65º 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 #DF736C is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 108 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.13 |
| HSL | 3.65º | 0.64% | 0.65% | - |
| HSV(B) | 3.65º | 0.52% | 0.87% | - |
| XYZ | 39.27 | 29.03 | 17.72 | - |
| YUV | 146.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 108 | 0 | 0.48 | 0.52 | 0.13 | 3.65 | 0.64 | 0.65 |
| Hex | DF | 73 | 6C | 0 | 30 | 34 | D | 4 | 40 | 41 |
| Octal | 337 | 163 | 154 | 0 | 60 | 64 | 15 | 4 | 100 | 101 |
| Binary | 11011111 | 1110011 | 1101100 | 0 | 110000 | 110100 | 1101 | 100 | 1000000 | 1000001 |
Color Harmonies of #DF736C
Complementary color
Monochromatic Colors of #DF736C
Black with #DF736C
Text Example
Text Example
White with #DF736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF736C; }
p { color: rgb(223,115,108); }
H1.HeaderClassName
{
color: #DF736C;
}
.AnyTagClassName
{
color: #DF736C;
}
</style>
background-color css
<style>
a { background-color: #DF736C; }
a { background-color: rgb(223,115,108); }
div.DivClassName
{
background-color: #DF736C;
}
.BgClassName
{
background-color: #DF736C;
}
</style>
border-color css
<style>
span { border-color: #DF736C; }
span { border-color: rgb(223,115,108); }
td.TdClassName
{
border-color: #DF736C;
}
.TagClassName
{
border-color: #DF736C;
}
</style>