Shades of Geraldine #DC6F6E
Tints of Geraldine #DC6F6E
RGB
CMYK
RGB Variations
Color information
#DC6F6E (or 0xDC6F6E) is known color: Geraldine. HEX triplet: DC, 6F and 6E. RGB value is (220,111,110). Sum of RGB (Red+Green+Blue) = 220+111+110=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F6E is #239091. Grayscale: #8F8F8F. Windows color (decimal): -2330770 or 7237596. OLE color: 7237596.
HSL color Cylindrical-coordinate representation of color #DC6F6E: hue angle of 0.55º degrees, saturation: 0.61, 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 #DC6F6E is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 110 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.14 |
| HSL | 0.55º | 0.61% | 0.65% | - |
| HSV(B) | 0.55º | 0.5% | 0.86% | - |
| XYZ | 38.01 | 27.71 | 18.1 | - |
| YUV | 143.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 110 | 0 | 0.50 | 0.50 | 0.14 | 0.55 | 0.61 | 0.65 |
| Hex | DC | 6F | 6E | 0 | 32 | 32 | E | 1 | 3D | 41 |
| Octal | 334 | 157 | 156 | 0 | 62 | 62 | 16 | 1 | 75 | 101 |
| Binary | 11011100 | 1101111 | 1101110 | 0 | 110010 | 110010 | 1110 | 1 | 111101 | 1000001 |
Color Harmonies of #DC6F6E
Complementary color
Monochromatic Colors of #DC6F6E
Black with #DC6F6E
Text Example
Text Example
White with #DC6F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F6E; }
p { color: rgb(220,111,110); }
H1.HeaderClassName
{
color: #DC6F6E;
}
.AnyTagClassName
{
color: #DC6F6E;
}
</style>
background-color css
<style>
a { background-color: #DC6F6E; }
a { background-color: rgb(220,111,110); }
div.DivClassName
{
background-color: #DC6F6E;
}
.BgClassName
{
background-color: #DC6F6E;
}
</style>
border-color css
<style>
span { border-color: #DC6F6E; }
span { border-color: rgb(220,111,110); }
td.TdClassName
{
border-color: #DC6F6E;
}
.TagClassName
{
border-color: #DC6F6E;
}
</style>