Shades of Geraldine #DD756C
Tints of Geraldine #DD756C
RGB
CMYK
RGB Variations
Color information
#DD756C (or 0xDD756C) is known color: Geraldine. HEX triplet: DD, 75 and 6C. RGB value is (221,117,108). Sum of RGB (Red+Green+Blue) = 221+117+108=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD756C is #228A93. Grayscale: #939393. Windows color (decimal): -2263700 or 7108061. OLE color: 7108061.
HSL color Cylindrical-coordinate representation of color #DD756C: hue angle of 4.78º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD756C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 108 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.13 |
| HSL | 4.78º | 0.62% | 0.65% | - |
| HSV(B) | 4.78º | 0.51% | 0.87% | - |
| XYZ | 38.89 | 29.18 | 17.77 | - |
| YUV | 147.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 108 | 0 | 0.47 | 0.51 | 0.13 | 4.78 | 0.62 | 0.65 |
| Hex | DD | 75 | 6C | 0 | 2F | 33 | D | 5 | 3E | 41 |
| Octal | 335 | 165 | 154 | 0 | 57 | 63 | 15 | 5 | 76 | 101 |
| Binary | 11011101 | 1110101 | 1101100 | 0 | 101111 | 110011 | 1101 | 101 | 111110 | 1000001 |
Color Harmonies of #DD756C
Complementary color
Monochromatic Colors of #DD756C
Black with #DD756C
Text Example
Text Example
White with #DD756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD756C; }
p { color: rgb(221,117,108); }
H1.HeaderClassName
{
color: #DD756C;
}
.AnyTagClassName
{
color: #DD756C;
}
</style>
background-color css
<style>
a { background-color: #DD756C; }
a { background-color: rgb(221,117,108); }
div.DivClassName
{
background-color: #DD756C;
}
.BgClassName
{
background-color: #DD756C;
}
</style>
border-color css
<style>
span { border-color: #DD756C; }
span { border-color: rgb(221,117,108); }
td.TdClassName
{
border-color: #DD756C;
}
.TagClassName
{
border-color: #DD756C;
}
</style>