Shades of Geraldine #DC756D
Tints of Geraldine #DC756D
RGB
CMYK
RGB Variations
Color information
#DC756D (or 0xDC756D) is known color: Geraldine. HEX triplet: DC, 75 and 6D. RGB value is (220,117,109). Sum of RGB (Red+Green+Blue) = 220+117+109=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC756D is #238A92. Grayscale: #939393. Windows color (decimal): -2329235 or 7173596. OLE color: 7173596.
HSL color Cylindrical-coordinate representation of color #DC756D: hue angle of 4.32º 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 #DC756D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 109 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.14 |
| HSL | 4.32º | 0.61% | 0.65% | - |
| HSV(B) | 4.32º | 0.5% | 0.86% | - |
| XYZ | 38.64 | 29.04 | 18.04 | - |
| YUV | 146.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 109 | 0 | 0.47 | 0.50 | 0.14 | 4.32 | 0.61 | 0.65 |
| Hex | DC | 75 | 6D | 0 | 2F | 32 | E | 4 | 3D | 41 |
| Octal | 334 | 165 | 155 | 0 | 57 | 62 | 16 | 4 | 75 | 101 |
| Binary | 11011100 | 1110101 | 1101101 | 0 | 101111 | 110010 | 1110 | 100 | 111101 | 1000001 |
Color Harmonies of #DC756D
Complementary color
Monochromatic Colors of #DC756D
Black with #DC756D
Text Example
Text Example
White with #DC756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC756D; }
p { color: rgb(220,117,109); }
H1.HeaderClassName
{
color: #DC756D;
}
.AnyTagClassName
{
color: #DC756D;
}
</style>
background-color css
<style>
a { background-color: #DC756D; }
a { background-color: rgb(220,117,109); }
div.DivClassName
{
background-color: #DC756D;
}
.BgClassName
{
background-color: #DC756D;
}
</style>
border-color css
<style>
span { border-color: #DC756D; }
span { border-color: rgb(220,117,109); }
td.TdClassName
{
border-color: #DC756D;
}
.TagClassName
{
border-color: #DC756D;
}
</style>