Shades of Geraldine #DC716D
Tints of Geraldine #DC716D
RGB
CMYK
RGB Variations
Color information
#DC716D (or 0xDC716D) is known color: Geraldine. HEX triplet: DC, 71 and 6D. RGB value is (220,113,109). Sum of RGB (Red+Green+Blue) = 220+113+109=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC716D is #238E92. Grayscale: #909090. Windows color (decimal): -2330259 or 7172572. OLE color: 7172572.
HSL color Cylindrical-coordinate representation of color #DC716D: hue angle of 2.16º 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 #DC716D is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 109 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.14 |
| HSL | 2.16º | 0.61% | 0.65% | - |
| HSV(B) | 2.16º | 0.5% | 0.86% | - |
| XYZ | 38.18 | 28.13 | 17.89 | - |
| YUV | 144.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 109 | 0 | 0.49 | 0.50 | 0.14 | 2.16 | 0.61 | 0.65 |
| Hex | DC | 71 | 6D | 0 | 31 | 32 | E | 2 | 3D | 41 |
| Octal | 334 | 161 | 155 | 0 | 61 | 62 | 16 | 2 | 75 | 101 |
| Binary | 11011100 | 1110001 | 1101101 | 0 | 110001 | 110010 | 1110 | 10 | 111101 | 1000001 |
Color Harmonies of #DC716D
Complementary color
Monochromatic Colors of #DC716D
Black with #DC716D
Text Example
Text Example
White with #DC716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC716D; }
p { color: rgb(220,113,109); }
H1.HeaderClassName
{
color: #DC716D;
}
.AnyTagClassName
{
color: #DC716D;
}
</style>
background-color css
<style>
a { background-color: #DC716D; }
a { background-color: rgb(220,113,109); }
div.DivClassName
{
background-color: #DC716D;
}
.BgClassName
{
background-color: #DC716D;
}
</style>
border-color css
<style>
span { border-color: #DC716D; }
span { border-color: rgb(220,113,109); }
td.TdClassName
{
border-color: #DC716D;
}
.TagClassName
{
border-color: #DC716D;
}
</style>