Shades of Froly #DC6B6E
Tints of Froly #DC6B6E
RGB
CMYK
RGB Variations
Color information
#DC6B6E (or 0xDC6B6E) is known color: Froly. HEX triplet: DC, 6B and 6E. RGB value is (220,107,110). Sum of RGB (Red+Green+Blue) = 220+107+110=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B6E is #239491. Grayscale: #8D8D8D. Windows color (decimal): -2331794 or 7236572. OLE color: 7236572.
HSL color Cylindrical-coordinate representation of color #DC6B6E: hue angle of 358.41º 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 #DC6B6E is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 107 | 110 | - |
CMYK | 0 | 0.51 | 0.50 | 0.14 |
HSL | 358.41º | 0.62% | 0.64% | - |
HSV(B) | 358.41º | 0.51% | 0.86% | - |
XYZ | 37.59 | 26.86 | 17.95 | - |
YUV | 141.13 | 110.44 | 184.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 107 | 110 | 0 | 0.51 | 0.50 | 0.14 | 358.41 | 0.62 | 0.64 |
Hex | DC | 6B | 6E | 0 | 33 | 32 | E | 166 | 3E | 40 |
Octal | 334 | 153 | 156 | 0 | 63 | 62 | 16 | 546 | 76 | 100 |
Binary | 11011100 | 1101011 | 1101110 | 0 | 110011 | 110010 | 1110 | 101100110 | 111110 | 1000000 |
Color Harmonies of #DC6B6E
Complementary color
Monochromatic Colors of #DC6B6E
Black with #DC6B6E
Text Example
Text Example
White with #DC6B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B6E; }
p { color: rgb(220,107,110); }
H1.HeaderClassName
{
color: #DC6B6E;
}
.AnyTagClassName
{
color: #DC6B6E;
}
</style>
background-color css
<style>
a { background-color: #DC6B6E; }
a { background-color: rgb(220,107,110); }
div.DivClassName
{
background-color: #DC6B6E;
}
.BgClassName
{
background-color: #DC6B6E;
}
</style>
border-color css
<style>
span { border-color: #DC6B6E; }
span { border-color: rgb(220,107,110); }
td.TdClassName
{
border-color: #DC6B6E;
}
.TagClassName
{
border-color: #DC6B6E;
}
</style>