Shades of Geraldine #DC746D
Tints of Geraldine #DC746D
RGB
CMYK
RGB Variations
Color information
#DC746D (or 0xDC746D) is known color: Geraldine. HEX triplet: DC, 74 and 6D. RGB value is (220,116,109). Sum of RGB (Red+Green+Blue) = 220+116+109=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC746D is #238B92. Grayscale: #929292. Windows color (decimal): -2329491 or 7173340. OLE color: 7173340.
HSL color Cylindrical-coordinate representation of color #DC746D: hue angle of 3.78º 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 #DC746D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 109 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.14 |
| HSL | 3.78º | 0.61% | 0.65% | - |
| HSV(B) | 3.78º | 0.5% | 0.86% | - |
| XYZ | 38.52 | 28.81 | 18 | - |
| YUV | 146.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 109 | 0 | 0.47 | 0.50 | 0.14 | 3.78 | 0.61 | 0.65 |
| Hex | DC | 74 | 6D | 0 | 2F | 32 | E | 4 | 3D | 41 |
| Octal | 334 | 164 | 155 | 0 | 57 | 62 | 16 | 4 | 75 | 101 |
| Binary | 11011100 | 1110100 | 1101101 | 0 | 101111 | 110010 | 1110 | 100 | 111101 | 1000001 |
Color Harmonies of #DC746D
Complementary color
Monochromatic Colors of #DC746D
Black with #DC746D
Text Example
Text Example
White with #DC746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC746D; }
p { color: rgb(220,116,109); }
H1.HeaderClassName
{
color: #DC746D;
}
.AnyTagClassName
{
color: #DC746D;
}
</style>
background-color css
<style>
a { background-color: #DC746D; }
a { background-color: rgb(220,116,109); }
div.DivClassName
{
background-color: #DC746D;
}
.BgClassName
{
background-color: #DC746D;
}
</style>
border-color css
<style>
span { border-color: #DC746D; }
span { border-color: rgb(220,116,109); }
td.TdClassName
{
border-color: #DC746D;
}
.TagClassName
{
border-color: #DC746D;
}
</style>