Shades of Geraldine #DC736F
Tints of Geraldine #DC736F
RGB
CMYK
RGB Variations
Color information
#DC736F (or 0xDC736F) is known color: Geraldine. HEX triplet: DC, 73 and 6F. RGB value is (220,115,111). Sum of RGB (Red+Green+Blue) = 220+115+111=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC736F is #238C90. Grayscale: #929292. Windows color (decimal): -2329745 or 7304156. OLE color: 7304156.
HSL color Cylindrical-coordinate representation of color #DC736F: hue angle of 2.2º 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 #DC736F is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 111 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.14 |
| HSL | 2.2º | 0.61% | 0.65% | - |
| HSV(B) | 2.2º | 0.5% | 0.86% | - |
| XYZ | 38.52 | 28.62 | 18.53 | - |
| YUV | 145.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 111 | 0 | 0.48 | 0.50 | 0.14 | 2.2 | 0.61 | 0.65 |
| Hex | DC | 73 | 6F | 0 | 30 | 32 | E | 2 | 3D | 41 |
| Octal | 334 | 163 | 157 | 0 | 60 | 62 | 16 | 2 | 75 | 101 |
| Binary | 11011100 | 1110011 | 1101111 | 0 | 110000 | 110010 | 1110 | 10 | 111101 | 1000001 |
Color Harmonies of #DC736F
Complementary color
Monochromatic Colors of #DC736F
Black with #DC736F
Text Example
Text Example
White with #DC736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC736F; }
p { color: rgb(220,115,111); }
H1.HeaderClassName
{
color: #DC736F;
}
.AnyTagClassName
{
color: #DC736F;
}
</style>
background-color css
<style>
a { background-color: #DC736F; }
a { background-color: rgb(220,115,111); }
div.DivClassName
{
background-color: #DC736F;
}
.BgClassName
{
background-color: #DC736F;
}
</style>
border-color css
<style>
span { border-color: #DC736F; }
span { border-color: rgb(220,115,111); }
td.TdClassName
{
border-color: #DC736F;
}
.TagClassName
{
border-color: #DC736F;
}
</style>