Shades of Geraldine #DA756C
Tints of Geraldine #DA756C
RGB
CMYK
RGB Variations
Color information
#DA756C (or 0xDA756C) is known color: Geraldine. HEX triplet: DA, 75 and 6C. RGB value is (218,117,108). Sum of RGB (Red+Green+Blue) = 218+117+108=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA756C is #258A93. Grayscale: #929292. Windows color (decimal): -2460308 or 7108058. OLE color: 7108058.
HSL color Cylindrical-coordinate representation of color #DA756C: hue angle of 4.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA756C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 108 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.15 |
| HSL | 4.91º | 0.6% | 0.64% | - |
| HSV(B) | 4.91º | 0.5% | 0.85% | - |
| XYZ | 37.98 | 28.71 | 17.73 | - |
| YUV | 146.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 108 | 0 | 0.46 | 0.50 | 0.15 | 4.91 | 0.6 | 0.64 |
| Hex | DA | 75 | 6C | 0 | 2E | 32 | F | 5 | 3C | 40 |
| Octal | 332 | 165 | 154 | 0 | 56 | 62 | 17 | 5 | 74 | 100 |
| Binary | 11011010 | 1110101 | 1101100 | 0 | 101110 | 110010 | 1111 | 101 | 111100 | 1000000 |
Color Harmonies of #DA756C
Complementary color
Monochromatic Colors of #DA756C
Black with #DA756C
Text Example
Text Example
White with #DA756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA756C; }
p { color: rgb(218,117,108); }
H1.HeaderClassName
{
color: #DA756C;
}
.AnyTagClassName
{
color: #DA756C;
}
</style>
background-color css
<style>
a { background-color: #DA756C; }
a { background-color: rgb(218,117,108); }
div.DivClassName
{
background-color: #DA756C;
}
.BgClassName
{
background-color: #DA756C;
}
</style>
border-color css
<style>
span { border-color: #DA756C; }
span { border-color: rgb(218,117,108); }
td.TdClassName
{
border-color: #DA756C;
}
.TagClassName
{
border-color: #DA756C;
}
</style>