Shades of Geraldine #DB726C
Tints of Geraldine #DB726C
RGB
CMYK
RGB Variations
Color information
#DB726C (or 0xDB726C) is known color: Geraldine. HEX triplet: DB, 72 and 6C. RGB value is (219,114,108). Sum of RGB (Red+Green+Blue) = 219+114+108=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB726C is #248D93. Grayscale: #909090. Windows color (decimal): -2395540 or 7107291. OLE color: 7107291.
HSL color Cylindrical-coordinate representation of color #DB726C: hue angle of 3.24º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB726C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 108 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.14 |
| HSL | 3.24º | 0.61% | 0.64% | - |
| HSV(B) | 3.24º | 0.51% | 0.86% | - |
| XYZ | 37.94 | 28.18 | 17.63 | - |
| YUV | 144.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 108 | 0 | 0.48 | 0.51 | 0.14 | 3.24 | 0.61 | 0.64 |
| Hex | DB | 72 | 6C | 0 | 30 | 33 | E | 3 | 3D | 40 |
| Octal | 333 | 162 | 154 | 0 | 60 | 63 | 16 | 3 | 75 | 100 |
| Binary | 11011011 | 1110010 | 1101100 | 0 | 110000 | 110011 | 1110 | 11 | 111101 | 1000000 |
Color Harmonies of #DB726C
Complementary color
Monochromatic Colors of #DB726C
Black with #DB726C
Text Example
Text Example
White with #DB726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB726C; }
p { color: rgb(219,114,108); }
H1.HeaderClassName
{
color: #DB726C;
}
.AnyTagClassName
{
color: #DB726C;
}
</style>
background-color css
<style>
a { background-color: #DB726C; }
a { background-color: rgb(219,114,108); }
div.DivClassName
{
background-color: #DB726C;
}
.BgClassName
{
background-color: #DB726C;
}
</style>
border-color css
<style>
span { border-color: #DB726C; }
span { border-color: rgb(219,114,108); }
td.TdClassName
{
border-color: #DB726C;
}
.TagClassName
{
border-color: #DB726C;
}
</style>