Shades of Geraldine #DC716C
Tints of Geraldine #DC716C
RGB
CMYK
RGB Variations
Color information
#DC716C (or 0xDC716C) is known color: Geraldine. HEX triplet: DC, 71 and 6C. RGB value is (220,113,108). Sum of RGB (Red+Green+Blue) = 220+113+108=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC716C is #238E93. Grayscale: #909090. Windows color (decimal): -2330260 or 7107036. OLE color: 7107036.
HSL color Cylindrical-coordinate representation of color #DC716C: hue angle of 2.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC716C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 108 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.14 |
| HSL | 2.68º | 0.62% | 0.64% | - |
| HSV(B) | 2.68º | 0.51% | 0.86% | - |
| XYZ | 38.13 | 28.11 | 17.6 | - |
| YUV | 144.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 108 | 0 | 0.49 | 0.51 | 0.14 | 2.68 | 0.62 | 0.64 |
| Hex | DC | 71 | 6C | 0 | 31 | 33 | E | 3 | 3E | 40 |
| Octal | 334 | 161 | 154 | 0 | 61 | 63 | 16 | 3 | 76 | 100 |
| Binary | 11011100 | 1110001 | 1101100 | 0 | 110001 | 110011 | 1110 | 11 | 111110 | 1000000 |
Color Harmonies of #DC716C
Complementary color
Monochromatic Colors of #DC716C
Black with #DC716C
Text Example
Text Example
White with #DC716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC716C; }
p { color: rgb(220,113,108); }
H1.HeaderClassName
{
color: #DC716C;
}
.AnyTagClassName
{
color: #DC716C;
}
</style>
background-color css
<style>
a { background-color: #DC716C; }
a { background-color: rgb(220,113,108); }
div.DivClassName
{
background-color: #DC716C;
}
.BgClassName
{
background-color: #DC716C;
}
</style>
border-color css
<style>
span { border-color: #DC716C; }
span { border-color: rgb(220,113,108); }
td.TdClassName
{
border-color: #DC716C;
}
.TagClassName
{
border-color: #DC716C;
}
</style>