Shades of Geraldine #DC746E
Tints of Geraldine #DC746E
RGB
CMYK
RGB Variations
Color information
#DC746E (or 0xDC746E) is known color: Geraldine. HEX triplet: DC, 74 and 6E. RGB value is (220,116,110). Sum of RGB (Red+Green+Blue) = 220+116+110=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC746E is #238B91. Grayscale: #929292. Windows color (decimal): -2329490 or 7238876. OLE color: 7238876.
HSL color Cylindrical-coordinate representation of color #DC746E: hue angle of 3.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC746E is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 110 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.14 |
| HSL | 3.27º | 0.61% | 0.65% | - |
| HSV(B) | 3.27º | 0.5% | 0.86% | - |
| XYZ | 38.58 | 28.83 | 18.28 | - |
| YUV | 146.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 110 | 0 | 0.47 | 0.50 | 0.14 | 3.27 | 0.61 | 0.65 |
| Hex | DC | 74 | 6E | 0 | 2F | 32 | E | 3 | 3D | 41 |
| Octal | 334 | 164 | 156 | 0 | 57 | 62 | 16 | 3 | 75 | 101 |
| Binary | 11011100 | 1110100 | 1101110 | 0 | 101111 | 110010 | 1110 | 11 | 111101 | 1000001 |
Color Harmonies of #DC746E
Complementary color
Monochromatic Colors of #DC746E
Black with #DC746E
Text Example
Text Example
White with #DC746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC746E; }
p { color: rgb(220,116,110); }
H1.HeaderClassName
{
color: #DC746E;
}
.AnyTagClassName
{
color: #DC746E;
}
</style>
background-color css
<style>
a { background-color: #DC746E; }
a { background-color: rgb(220,116,110); }
div.DivClassName
{
background-color: #DC746E;
}
.BgClassName
{
background-color: #DC746E;
}
</style>
border-color css
<style>
span { border-color: #DC746E; }
span { border-color: rgb(220,116,110); }
td.TdClassName
{
border-color: #DC746E;
}
.TagClassName
{
border-color: #DC746E;
}
</style>