Shades of Geraldine #DE726C
Tints of Geraldine #DE726C
RGB
CMYK
RGB Variations
Color information
#DE726C (or 0xDE726C) is known color: Geraldine. HEX triplet: DE, 72 and 6C. RGB value is (222,114,108). Sum of RGB (Red+Green+Blue) = 222+114+108=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE726C is #218D93. Grayscale: #919191. Windows color (decimal): -2198932 or 7107294. OLE color: 7107294.
HSL color Cylindrical-coordinate representation of color #DE726C: hue angle of 3.16º 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 #DE726C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 114 | 108 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.13 |
| HSL | 3.16º | 0.63% | 0.65% | - |
| HSV(B) | 3.16º | 0.51% | 0.87% | - |
| XYZ | 38.85 | 28.65 | 17.67 | - |
| YUV | 145.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 114 | 108 | 0 | 0.49 | 0.51 | 0.13 | 3.16 | 0.63 | 0.65 |
| Hex | DE | 72 | 6C | 0 | 31 | 33 | D | 3 | 3F | 41 |
| Octal | 336 | 162 | 154 | 0 | 61 | 63 | 15 | 3 | 77 | 101 |
| Binary | 11011110 | 1110010 | 1101100 | 0 | 110001 | 110011 | 1101 | 11 | 111111 | 1000001 |
Color Harmonies of #DE726C
Complementary color
Monochromatic Colors of #DE726C
Black with #DE726C
Text Example
Text Example
White with #DE726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE726C; }
p { color: rgb(222,114,108); }
H1.HeaderClassName
{
color: #DE726C;
}
.AnyTagClassName
{
color: #DE726C;
}
</style>
background-color css
<style>
a { background-color: #DE726C; }
a { background-color: rgb(222,114,108); }
div.DivClassName
{
background-color: #DE726C;
}
.BgClassName
{
background-color: #DE726C;
}
</style>
border-color css
<style>
span { border-color: #DE726C; }
span { border-color: rgb(222,114,108); }
td.TdClassName
{
border-color: #DE726C;
}
.TagClassName
{
border-color: #DE726C;
}
</style>