Shades of Geraldine #DE786C
Tints of Geraldine #DE786C
RGB
CMYK
RGB Variations
Color information
#DE786C (or 0xDE786C) is known color: Geraldine. HEX triplet: DE, 78 and 6C. RGB value is (222,120,108). Sum of RGB (Red+Green+Blue) = 222+120+108=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE786C is #218793. Grayscale: #959595. Windows color (decimal): -2197396 or 7108830. OLE color: 7108830.
HSL color Cylindrical-coordinate representation of color #DE786C: hue angle of 6.32º degrees, saturation: 0.63, 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 #DE786C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 120 | 108 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.13 |
| HSL | 6.32º | 0.63% | 0.65% | - |
| HSV(B) | 6.32º | 0.51% | 0.87% | - |
| XYZ | 39.55 | 30.05 | 17.9 | - |
| YUV | 149.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 120 | 108 | 0 | 0.46 | 0.51 | 0.13 | 6.32 | 0.63 | 0.65 |
| Hex | DE | 78 | 6C | 0 | 2E | 33 | D | 6 | 3F | 41 |
| Octal | 336 | 170 | 154 | 0 | 56 | 63 | 15 | 6 | 77 | 101 |
| Binary | 11011110 | 1111000 | 1101100 | 0 | 101110 | 110011 | 1101 | 110 | 111111 | 1000001 |
Color Harmonies of #DE786C
Complementary color
Monochromatic Colors of #DE786C
Black with #DE786C
Text Example
Text Example
White with #DE786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE786C; }
p { color: rgb(222,120,108); }
H1.HeaderClassName
{
color: #DE786C;
}
.AnyTagClassName
{
color: #DE786C;
}
</style>
background-color css
<style>
a { background-color: #DE786C; }
a { background-color: rgb(222,120,108); }
div.DivClassName
{
background-color: #DE786C;
}
.BgClassName
{
background-color: #DE786C;
}
</style>
border-color css
<style>
span { border-color: #DE786C; }
span { border-color: rgb(222,120,108); }
td.TdClassName
{
border-color: #DE786C;
}
.TagClassName
{
border-color: #DE786C;
}
</style>