Shades of Geraldine #DC756C
Tints of Geraldine #DC756C
RGB
CMYK
RGB Variations
Color information
#DC756C (or 0xDC756C) is known color: Geraldine. HEX triplet: DC, 75 and 6C. RGB value is (220,117,108). Sum of RGB (Red+Green+Blue) = 220+117+108=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC756C is #238A93. Grayscale: #929292. Windows color (decimal): -2329236 or 7108060. OLE color: 7108060.
HSL color Cylindrical-coordinate representation of color #DC756C: hue angle of 4.82º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC756C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 108 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.14 |
| HSL | 4.82º | 0.62% | 0.64% | - |
| HSV(B) | 4.82º | 0.51% | 0.86% | - |
| XYZ | 38.58 | 29.02 | 17.76 | - |
| YUV | 146.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 108 | 0 | 0.47 | 0.51 | 0.14 | 4.82 | 0.62 | 0.64 |
| Hex | DC | 75 | 6C | 0 | 2F | 33 | E | 5 | 3E | 40 |
| Octal | 334 | 165 | 154 | 0 | 57 | 63 | 16 | 5 | 76 | 100 |
| Binary | 11011100 | 1110101 | 1101100 | 0 | 101111 | 110011 | 1110 | 101 | 111110 | 1000000 |
Color Harmonies of #DC756C
Complementary color
Monochromatic Colors of #DC756C
Black with #DC756C
Text Example
Text Example
White with #DC756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC756C; }
p { color: rgb(220,117,108); }
H1.HeaderClassName
{
color: #DC756C;
}
.AnyTagClassName
{
color: #DC756C;
}
</style>
background-color css
<style>
a { background-color: #DC756C; }
a { background-color: rgb(220,117,108); }
div.DivClassName
{
background-color: #DC756C;
}
.BgClassName
{
background-color: #DC756C;
}
</style>
border-color css
<style>
span { border-color: #DC756C; }
span { border-color: rgb(220,117,108); }
td.TdClassName
{
border-color: #DC756C;
}
.TagClassName
{
border-color: #DC756C;
}
</style>