Shades of Geraldine #DA726D
Tints of Geraldine #DA726D
RGB
CMYK
RGB Variations
Color information
#DA726D (or 0xDA726D) is known color: Geraldine. HEX triplet: DA, 72 and 6D. RGB value is (218,114,109). Sum of RGB (Red+Green+Blue) = 218+114+109=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA726D is #258D92. Grayscale: #909090. Windows color (decimal): -2461075 or 7172826. OLE color: 7172826.
HSL color Cylindrical-coordinate representation of color #DA726D: hue angle of 2.75º 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 #DA726D is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 109 | - |
| CMYK | 0 | 0.48 | 0.5 | 0.15 |
| HSL | 2.75º | 0.6% | 0.64% | - |
| HSV(B) | 2.75º | 0.5% | 0.85% | - |
| XYZ | 37.69 | 28.04 | 17.89 | - |
| YUV | 144.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 109 | 0 | 0.48 | 0.5 | 0.15 | 2.75 | 0.6 | 0.64 |
| Hex | DA | 72 | 6D | 0 | 30 | 32 | F | 3 | 3C | 40 |
| Octal | 332 | 162 | 155 | 0 | 60 | 62 | 17 | 3 | 74 | 100 |
| Binary | 11011010 | 1110010 | 1101101 | 0 | 110000 | 110010 | 1111 | 11 | 111100 | 1000000 |
Color Harmonies of #DA726D
Complementary color
Monochromatic Colors of #DA726D
Black with #DA726D
Text Example
Text Example
White with #DA726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA726D; }
p { color: rgb(218,114,109); }
H1.HeaderClassName
{
color: #DA726D;
}
.AnyTagClassName
{
color: #DA726D;
}
</style>
background-color css
<style>
a { background-color: #DA726D; }
a { background-color: rgb(218,114,109); }
div.DivClassName
{
background-color: #DA726D;
}
.BgClassName
{
background-color: #DA726D;
}
</style>
border-color css
<style>
span { border-color: #DA726D; }
span { border-color: rgb(218,114,109); }
td.TdClassName
{
border-color: #DA726D;
}
.TagClassName
{
border-color: #DA726D;
}
</style>