Shades of Geraldine #DC7973
Tints of Geraldine #DC7973
RGB
CMYK
RGB Variations
Color information
#DC7973 (or 0xDC7973) is known color: Geraldine. HEX triplet: DC, 79 and 73. RGB value is (220,121,115). Sum of RGB (Red+Green+Blue) = 220+121+115=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7973 is #23868C. Grayscale: #969696. Windows color (decimal): -2328205 or 7567836. OLE color: 7567836.
HSL color Cylindrical-coordinate representation of color #DC7973: hue angle of 3.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7973 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 115 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.14 |
| HSL | 3.43º | 0.6% | 0.66% | - |
| HSV(B) | 3.43º | 0.48% | 0.86% | - |
| XYZ | 39.45 | 30.13 | 19.96 | - |
| YUV | 149.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 115 | 0 | 0.45 | 0.48 | 0.14 | 3.43 | 0.6 | 0.66 |
| Hex | DC | 79 | 73 | 0 | 2D | 30 | E | 3 | 3C | 42 |
| Octal | 334 | 171 | 163 | 0 | 55 | 60 | 16 | 3 | 74 | 102 |
| Binary | 11011100 | 1111001 | 1110011 | 0 | 101101 | 110000 | 1110 | 11 | 111100 | 1000010 |
Color Harmonies of #DC7973
Complementary color
Monochromatic Colors of #DC7973
Black with #DC7973
Text Example
Text Example
White with #DC7973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7973; }
p { color: rgb(220,121,115); }
H1.HeaderClassName
{
color: #DC7973;
}
.AnyTagClassName
{
color: #DC7973;
}
</style>
background-color css
<style>
a { background-color: #DC7973; }
a { background-color: rgb(220,121,115); }
div.DivClassName
{
background-color: #DC7973;
}
.BgClassName
{
background-color: #DC7973;
}
</style>
border-color css
<style>
span { border-color: #DC7973; }
span { border-color: rgb(220,121,115); }
td.TdClassName
{
border-color: #DC7973;
}
.TagClassName
{
border-color: #DC7973;
}
</style>