Shades of Geraldine #DB726F
Tints of Geraldine #DB726F
RGB
CMYK
RGB Variations
Color information
#DB726F (or 0xDB726F) is known color: Geraldine. HEX triplet: DB, 72 and 6F. RGB value is (219,114,111). Sum of RGB (Red+Green+Blue) = 219+114+111=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB726F is #248D90. Grayscale: #919191. Windows color (decimal): -2395537 or 7303899. OLE color: 7303899.
HSL color Cylindrical-coordinate representation of color #DB726F: hue angle of 1.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB726F is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 111 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.14 |
| HSL | 1.67º | 0.6% | 0.65% | - |
| HSV(B) | 1.67º | 0.49% | 0.86% | - |
| XYZ | 38.1 | 28.24 | 18.48 | - |
| YUV | 145.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 111 | 0 | 0.48 | 0.49 | 0.14 | 1.67 | 0.6 | 0.65 |
| Hex | DB | 72 | 6F | 0 | 30 | 31 | E | 2 | 3C | 41 |
| Octal | 333 | 162 | 157 | 0 | 60 | 61 | 16 | 2 | 74 | 101 |
| Binary | 11011011 | 1110010 | 1101111 | 0 | 110000 | 110001 | 1110 | 10 | 111100 | 1000001 |
Color Harmonies of #DB726F
Complementary color
Monochromatic Colors of #DB726F
Black with #DB726F
Text Example
Text Example
White with #DB726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB726F; }
p { color: rgb(219,114,111); }
H1.HeaderClassName
{
color: #DB726F;
}
.AnyTagClassName
{
color: #DB726F;
}
</style>
background-color css
<style>
a { background-color: #DB726F; }
a { background-color: rgb(219,114,111); }
div.DivClassName
{
background-color: #DB726F;
}
.BgClassName
{
background-color: #DB726F;
}
</style>
border-color css
<style>
span { border-color: #DB726F; }
span { border-color: rgb(219,114,111); }
td.TdClassName
{
border-color: #DB726F;
}
.TagClassName
{
border-color: #DB726F;
}
</style>