Shades of Geraldine #DA726C
Tints of Geraldine #DA726C
RGB
CMYK
RGB Variations
Color information
#DA726C (or 0xDA726C) is known color: Geraldine. HEX triplet: DA, 72 and 6C. RGB value is (218,114,108). Sum of RGB (Red+Green+Blue) = 218+114+108=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA726C is #258D93. Grayscale: #909090. Windows color (decimal): -2461076 or 7107290. OLE color: 7107290.
HSL color Cylindrical-coordinate representation of color #DA726C: hue angle of 3.27º 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 #DA726C is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 108 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.15 |
| HSL | 3.27º | 0.6% | 0.64% | - |
| HSV(B) | 3.27º | 0.5% | 0.85% | - |
| XYZ | 37.64 | 28.02 | 17.61 | - |
| YUV | 144.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 108 | 0 | 0.48 | 0.50 | 0.15 | 3.27 | 0.6 | 0.64 |
| Hex | DA | 72 | 6C | 0 | 30 | 32 | F | 3 | 3C | 40 |
| Octal | 332 | 162 | 154 | 0 | 60 | 62 | 17 | 3 | 74 | 100 |
| Binary | 11011010 | 1110010 | 1101100 | 0 | 110000 | 110010 | 1111 | 11 | 111100 | 1000000 |
Color Harmonies of #DA726C
Complementary color
Monochromatic Colors of #DA726C
Black with #DA726C
Text Example
Text Example
White with #DA726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA726C; }
p { color: rgb(218,114,108); }
H1.HeaderClassName
{
color: #DA726C;
}
.AnyTagClassName
{
color: #DA726C;
}
</style>
background-color css
<style>
a { background-color: #DA726C; }
a { background-color: rgb(218,114,108); }
div.DivClassName
{
background-color: #DA726C;
}
.BgClassName
{
background-color: #DA726C;
}
</style>
border-color css
<style>
span { border-color: #DA726C; }
span { border-color: rgb(218,114,108); }
td.TdClassName
{
border-color: #DA726C;
}
.TagClassName
{
border-color: #DA726C;
}
</style>