Shades of Geraldine #DA736F
Tints of Geraldine #DA736F
RGB
CMYK
RGB Variations
Color information
#DA736F (or 0xDA736F) is known color: Geraldine. HEX triplet: DA, 73 and 6F. RGB value is (218,115,111). Sum of RGB (Red+Green+Blue) = 218+115+111=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA736F is #258C90. Grayscale: #919191. Windows color (decimal): -2460817 or 7304154. OLE color: 7304154.
HSL color Cylindrical-coordinate representation of color #DA736F: hue angle of 2.24º 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 #DA736F is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 111 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.15 |
| HSL | 2.24º | 0.59% | 0.65% | - |
| HSV(B) | 2.24º | 0.49% | 0.85% | - |
| XYZ | 37.91 | 28.31 | 18.51 | - |
| YUV | 145.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 111 | 0 | 0.47 | 0.49 | 0.15 | 2.24 | 0.59 | 0.65 |
| Hex | DA | 73 | 6F | 0 | 2F | 31 | F | 2 | 3B | 41 |
| Octal | 332 | 163 | 157 | 0 | 57 | 61 | 17 | 2 | 73 | 101 |
| Binary | 11011010 | 1110011 | 1101111 | 0 | 101111 | 110001 | 1111 | 10 | 111011 | 1000001 |
Color Harmonies of #DA736F
Complementary color
Monochromatic Colors of #DA736F
Black with #DA736F
Text Example
Text Example
White with #DA736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA736F; }
p { color: rgb(218,115,111); }
H1.HeaderClassName
{
color: #DA736F;
}
.AnyTagClassName
{
color: #DA736F;
}
</style>
background-color css
<style>
a { background-color: #DA736F; }
a { background-color: rgb(218,115,111); }
div.DivClassName
{
background-color: #DA736F;
}
.BgClassName
{
background-color: #DA736F;
}
</style>
border-color css
<style>
span { border-color: #DA736F; }
span { border-color: rgb(218,115,111); }
td.TdClassName
{
border-color: #DA736F;
}
.TagClassName
{
border-color: #DA736F;
}
</style>