Shades of Geraldine #DB756E
Tints of Geraldine #DB756E
RGB
CMYK
RGB Variations
Color information
#DB756E (or 0xDB756E) is known color: Geraldine. HEX triplet: DB, 75 and 6E. RGB value is (219,117,110). Sum of RGB (Red+Green+Blue) = 219+117+110=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB756E is #248A91. Grayscale: #929292. Windows color (decimal): -2394770 or 7239131. OLE color: 7239131.
HSL color Cylindrical-coordinate representation of color #DB756E: hue angle of 3.85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB756E is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 110 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.14 |
| HSL | 3.85º | 0.6% | 0.65% | - |
| HSV(B) | 3.85º | 0.5% | 0.86% | - |
| XYZ | 38.39 | 28.91 | 18.31 | - |
| YUV | 146.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 110 | 0 | 0.47 | 0.50 | 0.14 | 3.85 | 0.6 | 0.65 |
| Hex | DB | 75 | 6E | 0 | 2F | 32 | E | 4 | 3C | 41 |
| Octal | 333 | 165 | 156 | 0 | 57 | 62 | 16 | 4 | 74 | 101 |
| Binary | 11011011 | 1110101 | 1101110 | 0 | 101111 | 110010 | 1110 | 100 | 111100 | 1000001 |
Color Harmonies of #DB756E
Complementary color
Monochromatic Colors of #DB756E
Black with #DB756E
Text Example
Text Example
White with #DB756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB756E; }
p { color: rgb(219,117,110); }
H1.HeaderClassName
{
color: #DB756E;
}
.AnyTagClassName
{
color: #DB756E;
}
</style>
background-color css
<style>
a { background-color: #DB756E; }
a { background-color: rgb(219,117,110); }
div.DivClassName
{
background-color: #DB756E;
}
.BgClassName
{
background-color: #DB756E;
}
</style>
border-color css
<style>
span { border-color: #DB756E; }
span { border-color: rgb(219,117,110); }
td.TdClassName
{
border-color: #DB756E;
}
.TagClassName
{
border-color: #DB756E;
}
</style>