Shades of Geraldine #DC706B
Tints of Geraldine #DC706B
RGB
CMYK
RGB Variations
Color information
#DC706B (or 0xDC706B) is known color: Geraldine. HEX triplet: DC, 70 and 6B. RGB value is (220,112,107). Sum of RGB (Red+Green+Blue) = 220+112+107=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC706B is #238F94. Grayscale: #8F8F8F. Windows color (decimal): -2330517 or 7041244. OLE color: 7041244.
HSL color Cylindrical-coordinate representation of color #DC706B: hue angle of 2.65º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC706B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 107 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.14 |
| HSL | 2.65º | 0.62% | 0.64% | - |
| HSV(B) | 2.65º | 0.51% | 0.86% | - |
| XYZ | 37.96 | 27.87 | 17.29 | - |
| YUV | 143.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 107 | 0 | 0.49 | 0.51 | 0.14 | 2.65 | 0.62 | 0.64 |
| Hex | DC | 70 | 6B | 0 | 31 | 33 | E | 3 | 3E | 40 |
| Octal | 334 | 160 | 153 | 0 | 61 | 63 | 16 | 3 | 76 | 100 |
| Binary | 11011100 | 1110000 | 1101011 | 0 | 110001 | 110011 | 1110 | 11 | 111110 | 1000000 |
Color Harmonies of #DC706B
Complementary color
Monochromatic Colors of #DC706B
Black with #DC706B
Text Example
Text Example
White with #DC706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC706B; }
p { color: rgb(220,112,107); }
H1.HeaderClassName
{
color: #DC706B;
}
.AnyTagClassName
{
color: #DC706B;
}
</style>
background-color css
<style>
a { background-color: #DC706B; }
a { background-color: rgb(220,112,107); }
div.DivClassName
{
background-color: #DC706B;
}
.BgClassName
{
background-color: #DC706B;
}
</style>
border-color css
<style>
span { border-color: #DC706B; }
span { border-color: rgb(220,112,107); }
td.TdClassName
{
border-color: #DC706B;
}
.TagClassName
{
border-color: #DC706B;
}
</style>