Shades of Geraldine #DC766B
Tints of Geraldine #DC766B
RGB
CMYK
RGB Variations
Color information
#DC766B (or 0xDC766B) is known color: Geraldine. HEX triplet: DC, 76 and 6B. RGB value is (220,118,107). Sum of RGB (Red+Green+Blue) = 220+118+107=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC766B is #238994. Grayscale: #939393. Windows color (decimal): -2328981 or 7042780. OLE color: 7042780.
HSL color Cylindrical-coordinate representation of color #DC766B: hue angle of 5.84º 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 #DC766B is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 107 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.14 |
| HSL | 5.84º | 0.62% | 0.64% | - |
| HSV(B) | 5.84º | 0.51% | 0.86% | - |
| XYZ | 38.65 | 29.23 | 17.52 | - |
| YUV | 147.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 107 | 0 | 0.46 | 0.51 | 0.14 | 5.84 | 0.62 | 0.64 |
| Hex | DC | 76 | 6B | 0 | 2E | 33 | E | 6 | 3E | 40 |
| Octal | 334 | 166 | 153 | 0 | 56 | 63 | 16 | 6 | 76 | 100 |
| Binary | 11011100 | 1110110 | 1101011 | 0 | 101110 | 110011 | 1110 | 110 | 111110 | 1000000 |
Color Harmonies of #DC766B
Complementary color
Monochromatic Colors of #DC766B
Black with #DC766B
Text Example
Text Example
White with #DC766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC766B; }
p { color: rgb(220,118,107); }
H1.HeaderClassName
{
color: #DC766B;
}
.AnyTagClassName
{
color: #DC766B;
}
</style>
background-color css
<style>
a { background-color: #DC766B; }
a { background-color: rgb(220,118,107); }
div.DivClassName
{
background-color: #DC766B;
}
.BgClassName
{
background-color: #DC766B;
}
</style>
border-color css
<style>
span { border-color: #DC766B; }
span { border-color: rgb(220,118,107); }
td.TdClassName
{
border-color: #DC766B;
}
.TagClassName
{
border-color: #DC766B;
}
</style>