Shades of Geraldine #DC716F
Tints of Geraldine #DC716F
RGB
CMYK
RGB Variations
Color information
#DC716F (or 0xDC716F) is known color: Geraldine. HEX triplet: DC, 71 and 6F. RGB value is (220,113,111). Sum of RGB (Red+Green+Blue) = 220+113+111=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC716F is #238E90. Grayscale: #909090. Windows color (decimal): -2330257 or 7303644. OLE color: 7303644.
HSL color Cylindrical-coordinate representation of color #DC716F: hue angle of 1.1º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC716F is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 111 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.14 |
| HSL | 1.1º | 0.61% | 0.65% | - |
| HSV(B) | 1.1º | 0.5% | 0.86% | - |
| XYZ | 38.29 | 28.17 | 18.46 | - |
| YUV | 144.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 111 | 0 | 0.49 | 0.50 | 0.14 | 1.1 | 0.61 | 0.65 |
| Hex | DC | 71 | 6F | 0 | 31 | 32 | E | 1 | 3D | 41 |
| Octal | 334 | 161 | 157 | 0 | 61 | 62 | 16 | 1 | 75 | 101 |
| Binary | 11011100 | 1110001 | 1101111 | 0 | 110001 | 110010 | 1110 | 1 | 111101 | 1000001 |
Color Harmonies of #DC716F
Complementary color
Monochromatic Colors of #DC716F
Black with #DC716F
Text Example
Text Example
White with #DC716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC716F; }
p { color: rgb(220,113,111); }
H1.HeaderClassName
{
color: #DC716F;
}
.AnyTagClassName
{
color: #DC716F;
}
</style>
background-color css
<style>
a { background-color: #DC716F; }
a { background-color: rgb(220,113,111); }
div.DivClassName
{
background-color: #DC716F;
}
.BgClassName
{
background-color: #DC716F;
}
</style>
border-color css
<style>
span { border-color: #DC716F; }
span { border-color: rgb(220,113,111); }
td.TdClassName
{
border-color: #DC716F;
}
.TagClassName
{
border-color: #DC716F;
}
</style>