Shades of Roman #DC655A
Tints of Roman #DC655A
RGB
CMYK
RGB Variations
Color information
#DC655A (or 0xDC655A) is known color: Roman. HEX triplet: DC, 65 and 5A. RGB value is (220,101,90). Sum of RGB (Red+Green+Blue) = 220+101+90=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC655A is #239AA5. Grayscale: #878787. Windows color (decimal): -2333350 or 5924316. OLE color: 5924316.
HSL color Cylindrical-coordinate representation of color #DC655A: hue angle of 5.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC655A is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 90 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.14 |
| HSL | 5.08º | 0.65% | 0.61% | - |
| HSV(B) | 5.08º | 0.59% | 0.86% | - |
| XYZ | 36.01 | 25.26 | 12.65 | - |
| YUV | 135.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 90 | 0 | 0.54 | 0.59 | 0.14 | 5.08 | 0.65 | 0.61 |
| Hex | DC | 65 | 5A | 0 | 36 | 3B | E | 5 | 41 | 3D |
| Octal | 334 | 145 | 132 | 0 | 66 | 73 | 16 | 5 | 101 | 75 |
| Binary | 11011100 | 1100101 | 1011010 | 0 | 110110 | 111011 | 1110 | 101 | 1000001 | 111101 |
Color Harmonies of #DC655A
Complementary color
Monochromatic Colors of #DC655A
Black with #DC655A
Text Example
Text Example
White with #DC655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC655A; }
p { color: rgb(220,101,90); }
H1.HeaderClassName
{
color: #DC655A;
}
.AnyTagClassName
{
color: #DC655A;
}
</style>
background-color css
<style>
a { background-color: #DC655A; }
a { background-color: rgb(220,101,90); }
div.DivClassName
{
background-color: #DC655A;
}
.BgClassName
{
background-color: #DC655A;
}
</style>
border-color css
<style>
span { border-color: #DC655A; }
span { border-color: rgb(220,101,90); }
td.TdClassName
{
border-color: #DC655A;
}
.TagClassName
{
border-color: #DC655A;
}
</style>