Shades of Geraldine #DC6F6B
Tints of Geraldine #DC6F6B
RGB
CMYK
RGB Variations
Color information
#DC6F6B (or 0xDC6F6B) is known color: Geraldine. HEX triplet: DC, 6F and 6B. RGB value is (220,111,107). Sum of RGB (Red+Green+Blue) = 220+111+107=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F6B is #239094. Grayscale: #8F8F8F. Windows color (decimal): -2330773 or 7040988. OLE color: 7040988.
HSL color Cylindrical-coordinate representation of color #DC6F6B: hue angle of 2.12º 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 #DC6F6B is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 107 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.14 |
| HSL | 2.12º | 0.62% | 0.64% | - |
| HSV(B) | 2.12º | 0.51% | 0.86% | - |
| XYZ | 37.85 | 27.65 | 17.25 | - |
| YUV | 143.14 | 107.61 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 107 | 0 | 0.50 | 0.51 | 0.14 | 2.12 | 0.62 | 0.64 |
| Hex | DC | 6F | 6B | 0 | 32 | 33 | E | 2 | 3E | 40 |
| Octal | 334 | 157 | 153 | 0 | 62 | 63 | 16 | 2 | 76 | 100 |
| Binary | 11011100 | 1101111 | 1101011 | 0 | 110010 | 110011 | 1110 | 10 | 111110 | 1000000 |
Color Harmonies of #DC6F6B
Complementary color
Monochromatic Colors of #DC6F6B
Black with #DC6F6B
Text Example
Text Example
White with #DC6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F6B; }
p { color: rgb(220,111,107); }
H1.HeaderClassName
{
color: #DC6F6B;
}
.AnyTagClassName
{
color: #DC6F6B;
}
</style>
background-color css
<style>
a { background-color: #DC6F6B; }
a { background-color: rgb(220,111,107); }
div.DivClassName
{
background-color: #DC6F6B;
}
.BgClassName
{
background-color: #DC6F6B;
}
</style>
border-color css
<style>
span { border-color: #DC6F6B; }
span { border-color: rgb(220,111,107); }
td.TdClassName
{
border-color: #DC6F6B;
}
.TagClassName
{
border-color: #DC6F6B;
}
</style>