Shades of Geraldine #DF766A
Tints of Geraldine #DF766A
RGB
CMYK
RGB Variations
Color information
#DF766A (or 0xDF766A) is known color: Geraldine. HEX triplet: DF, 76 and 6A. RGB value is (223,118,106). Sum of RGB (Red+Green+Blue) = 223+118+106=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF766A is #208995. Grayscale: #949494. Windows color (decimal): -2132374 or 6977247. OLE color: 6977247.
HSL color Cylindrical-coordinate representation of color #DF766A: hue angle of 6.15º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF766A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 106 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.13 |
| HSL | 6.15º | 0.65% | 0.65% | - |
| HSV(B) | 6.15º | 0.52% | 0.87% | - |
| XYZ | 39.51 | 29.69 | 17.28 | - |
| YUV | 148.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 106 | 0 | 0.47 | 0.52 | 0.13 | 6.15 | 0.65 | 0.65 |
| Hex | DF | 76 | 6A | 0 | 2F | 34 | D | 6 | 41 | 41 |
| Octal | 337 | 166 | 152 | 0 | 57 | 64 | 15 | 6 | 101 | 101 |
| Binary | 11011111 | 1110110 | 1101010 | 0 | 101111 | 110100 | 1101 | 110 | 1000001 | 1000001 |
Color Harmonies of #DF766A
Complementary color
Monochromatic Colors of #DF766A
Black with #DF766A
Text Example
Text Example
White with #DF766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF766A; }
p { color: rgb(223,118,106); }
H1.HeaderClassName
{
color: #DF766A;
}
.AnyTagClassName
{
color: #DF766A;
}
</style>
background-color css
<style>
a { background-color: #DF766A; }
a { background-color: rgb(223,118,106); }
div.DivClassName
{
background-color: #DF766A;
}
.BgClassName
{
background-color: #DF766A;
}
</style>
border-color css
<style>
span { border-color: #DF766A; }
span { border-color: rgb(223,118,106); }
td.TdClassName
{
border-color: #DF766A;
}
.TagClassName
{
border-color: #DF766A;
}
</style>