Shades of Roman #DC6B5E
Tints of Roman #DC6B5E
RGB
CMYK
RGB Variations
Color information
#DC6B5E (or 0xDC6B5E) is known color: Roman. HEX triplet: DC, 6B and 5E. RGB value is (220,107,94). Sum of RGB (Red+Green+Blue) = 220+107+94=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B5E is #2394A1. Grayscale: #8B8B8B. Windows color (decimal): -2331810 or 6187996. OLE color: 6187996.
HSL color Cylindrical-coordinate representation of color #DC6B5E: hue angle of 6.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6B5E is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 94 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.14 |
| HSL | 6.19º | 0.64% | 0.62% | - |
| HSV(B) | 6.19º | 0.57% | 0.86% | - |
| XYZ | 36.79 | 26.54 | 13.77 | - |
| YUV | 139.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 94 | 0 | 0.51 | 0.57 | 0.14 | 6.19 | 0.64 | 0.62 |
| Hex | DC | 6B | 5E | 0 | 33 | 39 | E | 6 | 40 | 3E |
| Octal | 334 | 153 | 136 | 0 | 63 | 71 | 16 | 6 | 100 | 76 |
| Binary | 11011100 | 1101011 | 1011110 | 0 | 110011 | 111001 | 1110 | 110 | 1000000 | 111110 |
Color Harmonies of #DC6B5E
Complementary color
Monochromatic Colors of #DC6B5E
Black with #DC6B5E
Text Example
Text Example
White with #DC6B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B5E; }
p { color: rgb(220,107,94); }
H1.HeaderClassName
{
color: #DC6B5E;
}
.AnyTagClassName
{
color: #DC6B5E;
}
</style>
background-color css
<style>
a { background-color: #DC6B5E; }
a { background-color: rgb(220,107,94); }
div.DivClassName
{
background-color: #DC6B5E;
}
.BgClassName
{
background-color: #DC6B5E;
}
</style>
border-color css
<style>
span { border-color: #DC6B5E; }
span { border-color: rgb(220,107,94); }
td.TdClassName
{
border-color: #DC6B5E;
}
.TagClassName
{
border-color: #DC6B5E;
}
</style>