Shades of Geraldine #DA726F
Tints of Geraldine #DA726F
RGB
CMYK
RGB Variations
Color information
#DA726F (or 0xDA726F) is known color: Geraldine. HEX triplet: DA, 72 and 6F. RGB value is (218,114,111). Sum of RGB (Red+Green+Blue) = 218+114+111=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA726F is #258D90. Grayscale: #909090. Windows color (decimal): -2461073 or 7303898. OLE color: 7303898.
HSL color Cylindrical-coordinate representation of color #DA726F: hue angle of 1.68º 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 #DA726F is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 111 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.15 |
| HSL | 1.68º | 0.59% | 0.65% | - |
| HSV(B) | 1.68º | 0.49% | 0.85% | - |
| XYZ | 37.8 | 28.09 | 18.47 | - |
| YUV | 144.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 111 | 0 | 0.48 | 0.49 | 0.15 | 1.68 | 0.59 | 0.65 |
| Hex | DA | 72 | 6F | 0 | 30 | 31 | F | 2 | 3B | 41 |
| Octal | 332 | 162 | 157 | 0 | 60 | 61 | 17 | 2 | 73 | 101 |
| Binary | 11011010 | 1110010 | 1101111 | 0 | 110000 | 110001 | 1111 | 10 | 111011 | 1000001 |
Color Harmonies of #DA726F
Complementary color
Monochromatic Colors of #DA726F
Black with #DA726F
Text Example
Text Example
White with #DA726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA726F; }
p { color: rgb(218,114,111); }
H1.HeaderClassName
{
color: #DA726F;
}
.AnyTagClassName
{
color: #DA726F;
}
</style>
background-color css
<style>
a { background-color: #DA726F; }
a { background-color: rgb(218,114,111); }
div.DivClassName
{
background-color: #DA726F;
}
.BgClassName
{
background-color: #DA726F;
}
</style>
border-color css
<style>
span { border-color: #DA726F; }
span { border-color: rgb(218,114,111); }
td.TdClassName
{
border-color: #DA726F;
}
.TagClassName
{
border-color: #DA726F;
}
</style>