Shades of Geraldine #DA746F
Tints of Geraldine #DA746F
RGB
CMYK
RGB Variations
Color information
#DA746F (or 0xDA746F) is known color: Geraldine. HEX triplet: DA, 74 and 6F. RGB value is (218,116,111). Sum of RGB (Red+Green+Blue) = 218+116+111=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA746F is #258B90. Grayscale: #929292. Windows color (decimal): -2460561 or 7304410. OLE color: 7304410.
HSL color Cylindrical-coordinate representation of color #DA746F: hue angle of 2.8º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA746F is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 111 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.15 |
| HSL | 2.8º | 0.59% | 0.65% | - |
| HSV(B) | 2.8º | 0.49% | 0.85% | - |
| XYZ | 38.03 | 28.54 | 18.54 | - |
| YUV | 145.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 111 | 0 | 0.47 | 0.49 | 0.15 | 2.8 | 0.59 | 0.65 |
| Hex | DA | 74 | 6F | 0 | 2F | 31 | F | 3 | 3B | 41 |
| Octal | 332 | 164 | 157 | 0 | 57 | 61 | 17 | 3 | 73 | 101 |
| Binary | 11011010 | 1110100 | 1101111 | 0 | 101111 | 110001 | 1111 | 11 | 111011 | 1000001 |
Color Harmonies of #DA746F
Complementary color
Monochromatic Colors of #DA746F
Black with #DA746F
Text Example
Text Example
White with #DA746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA746F; }
p { color: rgb(218,116,111); }
H1.HeaderClassName
{
color: #DA746F;
}
.AnyTagClassName
{
color: #DA746F;
}
</style>
background-color css
<style>
a { background-color: #DA746F; }
a { background-color: rgb(218,116,111); }
div.DivClassName
{
background-color: #DA746F;
}
.BgClassName
{
background-color: #DA746F;
}
</style>
border-color css
<style>
span { border-color: #DA746F; }
span { border-color: rgb(218,116,111); }
td.TdClassName
{
border-color: #DA746F;
}
.TagClassName
{
border-color: #DA746F;
}
</style>