Shades of Geraldine #DC7974
Tints of Geraldine #DC7974
RGB
CMYK
RGB Variations
Color information
#DC7974 (or 0xDC7974) is known color: Geraldine. HEX triplet: DC, 79 and 74. RGB value is (220,121,116). Sum of RGB (Red+Green+Blue) = 220+121+116=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7974 is #23868B. Grayscale: #969696. Windows color (decimal): -2328204 or 7633372. OLE color: 7633372.
HSL color Cylindrical-coordinate representation of color #DC7974: hue angle of 2.88º 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 #DC7974 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 116 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.14 |
| HSL | 2.88º | 0.6% | 0.66% | - |
| HSV(B) | 2.88º | 0.47% | 0.86% | - |
| XYZ | 39.5 | 30.15 | 20.26 | - |
| YUV | 150.03 | 108.8 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 116 | 0 | 0.45 | 0.47 | 0.14 | 2.88 | 0.6 | 0.66 |
| Hex | DC | 79 | 74 | 0 | 2D | 2F | E | 3 | 3C | 42 |
| Octal | 334 | 171 | 164 | 0 | 55 | 57 | 16 | 3 | 74 | 102 |
| Binary | 11011100 | 1111001 | 1110100 | 0 | 101101 | 101111 | 1110 | 11 | 111100 | 1000010 |
Color Harmonies of #DC7974
Complementary color
Monochromatic Colors of #DC7974
Black with #DC7974
Text Example
Text Example
White with #DC7974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7974; }
p { color: rgb(220,121,116); }
H1.HeaderClassName
{
color: #DC7974;
}
.AnyTagClassName
{
color: #DC7974;
}
</style>
background-color css
<style>
a { background-color: #DC7974; }
a { background-color: rgb(220,121,116); }
div.DivClassName
{
background-color: #DC7974;
}
.BgClassName
{
background-color: #DC7974;
}
</style>
border-color css
<style>
span { border-color: #DC7974; }
span { border-color: rgb(220,121,116); }
td.TdClassName
{
border-color: #DC7974;
}
.TagClassName
{
border-color: #DC7974;
}
</style>