Shades of Geraldine #DA706D
Tints of Geraldine #DA706D
RGB
CMYK
RGB Variations
Color information
#DA706D (or 0xDA706D) is known color: Geraldine. HEX triplet: DA, 70 and 6D. RGB value is (218,112,109). Sum of RGB (Red+Green+Blue) = 218+112+109=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA706D is #258F92. Grayscale: #8F8F8F. Windows color (decimal): -2461587 or 7172314. OLE color: 7172314.
HSL color Cylindrical-coordinate representation of color #DA706D: hue angle of 1.65º 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 #DA706D is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 109 | - |
| CMYK | 0 | 0.49 | 0.5 | 0.15 |
| HSL | 1.65º | 0.6% | 0.64% | - |
| HSV(B) | 1.65º | 0.5% | 0.85% | - |
| XYZ | 37.47 | 27.6 | 17.82 | - |
| YUV | 143.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 109 | 0 | 0.49 | 0.5 | 0.15 | 1.65 | 0.6 | 0.64 |
| Hex | DA | 70 | 6D | 0 | 31 | 32 | F | 2 | 3C | 40 |
| Octal | 332 | 160 | 155 | 0 | 61 | 62 | 17 | 2 | 74 | 100 |
| Binary | 11011010 | 1110000 | 1101101 | 0 | 110001 | 110010 | 1111 | 10 | 111100 | 1000000 |
Color Harmonies of #DA706D
Complementary color
Monochromatic Colors of #DA706D
Black with #DA706D
Text Example
Text Example
White with #DA706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA706D; }
p { color: rgb(218,112,109); }
H1.HeaderClassName
{
color: #DA706D;
}
.AnyTagClassName
{
color: #DA706D;
}
</style>
background-color css
<style>
a { background-color: #DA706D; }
a { background-color: rgb(218,112,109); }
div.DivClassName
{
background-color: #DA706D;
}
.BgClassName
{
background-color: #DA706D;
}
</style>
border-color css
<style>
span { border-color: #DA706D; }
span { border-color: rgb(218,112,109); }
td.TdClassName
{
border-color: #DA706D;
}
.TagClassName
{
border-color: #DA706D;
}
</style>