Shades of Geraldine #DC7A74
Tints of Geraldine #DC7A74
RGB
CMYK
RGB Variations
Color information
#DC7A74 (or 0xDC7A74) is known color: Geraldine. HEX triplet: DC, 7A and 74. RGB value is (220,122,116). Sum of RGB (Red+Green+Blue) = 220+122+116=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A74 is #23858B. Grayscale: #969696. Windows color (decimal): -2327948 or 7633628. OLE color: 7633628.
HSL color Cylindrical-coordinate representation of color #DC7A74: hue angle of 3.46º 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 #DC7A74 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 116 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.14 |
| HSL | 3.46º | 0.6% | 0.66% | - |
| HSV(B) | 3.46º | 0.47% | 0.86% | - |
| XYZ | 39.63 | 30.4 | 20.3 | - |
| YUV | 150.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 116 | 0 | 0.45 | 0.47 | 0.14 | 3.46 | 0.6 | 0.66 |
| Hex | DC | 7A | 74 | 0 | 2D | 2F | E | 3 | 3C | 42 |
| Octal | 334 | 172 | 164 | 0 | 55 | 57 | 16 | 3 | 74 | 102 |
| Binary | 11011100 | 1111010 | 1110100 | 0 | 101101 | 101111 | 1110 | 11 | 111100 | 1000010 |
Color Harmonies of #DC7A74
Complementary color
Monochromatic Colors of #DC7A74
Black with #DC7A74
Text Example
Text Example
White with #DC7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A74; }
p { color: rgb(220,122,116); }
H1.HeaderClassName
{
color: #DC7A74;
}
.AnyTagClassName
{
color: #DC7A74;
}
</style>
background-color css
<style>
a { background-color: #DC7A74; }
a { background-color: rgb(220,122,116); }
div.DivClassName
{
background-color: #DC7A74;
}
.BgClassName
{
background-color: #DC7A74;
}
</style>
border-color css
<style>
span { border-color: #DC7A74; }
span { border-color: rgb(220,122,116); }
td.TdClassName
{
border-color: #DC7A74;
}
.TagClassName
{
border-color: #DC7A74;
}
</style>