Shades of Roman #DC675A
Tints of Roman #DC675A
RGB
CMYK
RGB Variations
Color information
#DC675A (or 0xDC675A) is known color: Roman. HEX triplet: DC, 67 and 5A. RGB value is (220,103,90). Sum of RGB (Red+Green+Blue) = 220+103+90=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC675A is #2398A5. Grayscale: #888888. Windows color (decimal): -2332838 or 5924828. OLE color: 5924828.
HSL color Cylindrical-coordinate representation of color #DC675A: hue angle of 6º 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 #DC675A is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 90 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.14 |
| HSL | 6º | 0.65% | 0.61% | - |
| HSV(B) | 6º | 0.59% | 0.86% | - |
| XYZ | 36.21 | 25.65 | 12.72 | - |
| YUV | 136.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 90 | 0 | 0.53 | 0.59 | 0.14 | 6 | 0.65 | 0.61 |
| Hex | DC | 67 | 5A | 0 | 35 | 3B | E | 6 | 41 | 3D |
| Octal | 334 | 147 | 132 | 0 | 65 | 73 | 16 | 6 | 101 | 75 |
| Binary | 11011100 | 1100111 | 1011010 | 0 | 110101 | 111011 | 1110 | 110 | 1000001 | 111101 |
Color Harmonies of #DC675A
Complementary color
Monochromatic Colors of #DC675A
Black with #DC675A
Text Example
Text Example
White with #DC675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC675A; }
p { color: rgb(220,103,90); }
H1.HeaderClassName
{
color: #DC675A;
}
.AnyTagClassName
{
color: #DC675A;
}
</style>
background-color css
<style>
a { background-color: #DC675A; }
a { background-color: rgb(220,103,90); }
div.DivClassName
{
background-color: #DC675A;
}
.BgClassName
{
background-color: #DC675A;
}
</style>
border-color css
<style>
span { border-color: #DC675A; }
span { border-color: rgb(220,103,90); }
td.TdClassName
{
border-color: #DC675A;
}
.TagClassName
{
border-color: #DC675A;
}
</style>