Shades of Geraldine #DC7874
Tints of Geraldine #DC7874
RGB
CMYK
RGB Variations
Color information
#DC7874 (or 0xDC7874) is known color: Geraldine. HEX triplet: DC, 78 and 74. RGB value is (220,120,116). Sum of RGB (Red+Green+Blue) = 220+120+116=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7874 is #23878B. Grayscale: #959595. Windows color (decimal): -2328460 or 7633116. OLE color: 7633116.
HSL color Cylindrical-coordinate representation of color #DC7874: hue angle of 2.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7874 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 116 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.14 |
| HSL | 2.31º | 0.6% | 0.66% | - |
| HSV(B) | 2.31º | 0.47% | 0.86% | - |
| XYZ | 39.38 | 29.91 | 20.22 | - |
| YUV | 149.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 116 | 0 | 0.45 | 0.47 | 0.14 | 2.31 | 0.6 | 0.66 |
| Hex | DC | 78 | 74 | 0 | 2D | 2F | E | 2 | 3C | 42 |
| Octal | 334 | 170 | 164 | 0 | 55 | 57 | 16 | 2 | 74 | 102 |
| Binary | 11011100 | 1111000 | 1110100 | 0 | 101101 | 101111 | 1110 | 10 | 111100 | 1000010 |
Color Harmonies of #DC7874
Complementary color
Monochromatic Colors of #DC7874
Black with #DC7874
Text Example
Text Example
White with #DC7874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7874; }
p { color: rgb(220,120,116); }
H1.HeaderClassName
{
color: #DC7874;
}
.AnyTagClassName
{
color: #DC7874;
}
</style>
background-color css
<style>
a { background-color: #DC7874; }
a { background-color: rgb(220,120,116); }
div.DivClassName
{
background-color: #DC7874;
}
.BgClassName
{
background-color: #DC7874;
}
</style>
border-color css
<style>
span { border-color: #DC7874; }
span { border-color: rgb(220,120,116); }
td.TdClassName
{
border-color: #DC7874;
}
.TagClassName
{
border-color: #DC7874;
}
</style>