Shades of Geraldine #DC7670
Tints of Geraldine #DC7670
RGB
CMYK
RGB Variations
Color information
#DC7670 (or 0xDC7670) is known color: Geraldine. HEX triplet: DC, 76 and 70. RGB value is (220,118,112). Sum of RGB (Red+Green+Blue) = 220+118+112=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7670 is #23898F. Grayscale: #939393. Windows color (decimal): -2328976 or 7370460. OLE color: 7370460.
HSL color Cylindrical-coordinate representation of color #DC7670: hue angle of 3.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7670 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 112 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.14 |
| HSL | 3.33º | 0.61% | 0.65% | - |
| HSV(B) | 3.33º | 0.49% | 0.86% | - |
| XYZ | 38.92 | 29.34 | 18.94 | - |
| YUV | 147.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 112 | 0 | 0.46 | 0.49 | 0.14 | 3.33 | 0.61 | 0.65 |
| Hex | DC | 76 | 70 | 0 | 2E | 31 | E | 3 | 3D | 41 |
| Octal | 334 | 166 | 160 | 0 | 56 | 61 | 16 | 3 | 75 | 101 |
| Binary | 11011100 | 1110110 | 1110000 | 0 | 101110 | 110001 | 1110 | 11 | 111101 | 1000001 |
Color Harmonies of #DC7670
Complementary color
Monochromatic Colors of #DC7670
Black with #DC7670
Text Example
Text Example
White with #DC7670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7670; }
p { color: rgb(220,118,112); }
H1.HeaderClassName
{
color: #DC7670;
}
.AnyTagClassName
{
color: #DC7670;
}
</style>
background-color css
<style>
a { background-color: #DC7670; }
a { background-color: rgb(220,118,112); }
div.DivClassName
{
background-color: #DC7670;
}
.BgClassName
{
background-color: #DC7670;
}
</style>
border-color css
<style>
span { border-color: #DC7670; }
span { border-color: rgb(220,118,112); }
td.TdClassName
{
border-color: #DC7670;
}
.TagClassName
{
border-color: #DC7670;
}
</style>