Shades of Geraldine #DA726E
Tints of Geraldine #DA726E
RGB
CMYK
RGB Variations
Color information
#DA726E (or 0xDA726E) is known color: Geraldine. HEX triplet: DA, 72 and 6E. RGB value is (218,114,110). Sum of RGB (Red+Green+Blue) = 218+114+110=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA726E is #258D91. Grayscale: #909090. Windows color (decimal): -2461074 or 7238362. OLE color: 7238362.
HSL color Cylindrical-coordinate representation of color #DA726E: hue angle of 2.22º degrees, saturation: 0.59, 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 #DA726E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 110 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.15 |
| HSL | 2.22º | 0.59% | 0.64% | - |
| HSV(B) | 2.22º | 0.5% | 0.85% | - |
| XYZ | 37.75 | 28.07 | 18.18 | - |
| YUV | 144.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 110 | 0 | 0.48 | 0.50 | 0.15 | 2.22 | 0.59 | 0.64 |
| Hex | DA | 72 | 6E | 0 | 30 | 32 | F | 2 | 3B | 40 |
| Octal | 332 | 162 | 156 | 0 | 60 | 62 | 17 | 2 | 73 | 100 |
| Binary | 11011010 | 1110010 | 1101110 | 0 | 110000 | 110010 | 1111 | 10 | 111011 | 1000000 |
Color Harmonies of #DA726E
Complementary color
Monochromatic Colors of #DA726E
Black with #DA726E
Text Example
Text Example
White with #DA726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA726E; }
p { color: rgb(218,114,110); }
H1.HeaderClassName
{
color: #DA726E;
}
.AnyTagClassName
{
color: #DA726E;
}
</style>
background-color css
<style>
a { background-color: #DA726E; }
a { background-color: rgb(218,114,110); }
div.DivClassName
{
background-color: #DA726E;
}
.BgClassName
{
background-color: #DA726E;
}
</style>
border-color css
<style>
span { border-color: #DA726E; }
span { border-color: rgb(218,114,110); }
td.TdClassName
{
border-color: #DA726E;
}
.TagClassName
{
border-color: #DA726E;
}
</style>