Shades of Geraldine #DC7872
Tints of Geraldine #DC7872
RGB
CMYK
RGB Variations
Color information
#DC7872 (or 0xDC7872) is known color: Geraldine. HEX triplet: DC, 78 and 72. RGB value is (220,120,114). Sum of RGB (Red+Green+Blue) = 220+120+114=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7872 is #23878D. Grayscale: #959595. Windows color (decimal): -2328462 or 7502044. OLE color: 7502044.
HSL color Cylindrical-coordinate representation of color #DC7872: hue angle of 3.4º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7872 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 114 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.14 |
| HSL | 3.4º | 0.6% | 0.65% | - |
| HSV(B) | 3.4º | 0.48% | 0.86% | - |
| XYZ | 39.27 | 29.86 | 19.61 | - |
| YUV | 149.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 114 | 0 | 0.45 | 0.48 | 0.14 | 3.4 | 0.6 | 0.65 |
| Hex | DC | 78 | 72 | 0 | 2D | 30 | E | 3 | 3C | 41 |
| Octal | 334 | 170 | 162 | 0 | 55 | 60 | 16 | 3 | 74 | 101 |
| Binary | 11011100 | 1111000 | 1110010 | 0 | 101101 | 110000 | 1110 | 11 | 111100 | 1000001 |
Color Harmonies of #DC7872
Complementary color
Monochromatic Colors of #DC7872
Black with #DC7872
Text Example
Text Example
White with #DC7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7872; }
p { color: rgb(220,120,114); }
H1.HeaderClassName
{
color: #DC7872;
}
.AnyTagClassName
{
color: #DC7872;
}
</style>
background-color css
<style>
a { background-color: #DC7872; }
a { background-color: rgb(220,120,114); }
div.DivClassName
{
background-color: #DC7872;
}
.BgClassName
{
background-color: #DC7872;
}
</style>
border-color css
<style>
span { border-color: #DC7872; }
span { border-color: rgb(220,120,114); }
td.TdClassName
{
border-color: #DC7872;
}
.TagClassName
{
border-color: #DC7872;
}
</style>