Shades of Roman #DC665A
Tints of Roman #DC665A
RGB
CMYK
RGB Variations
Color information
#DC665A (or 0xDC665A) is known color: Roman. HEX triplet: DC, 66 and 5A. RGB value is (220,102,90). Sum of RGB (Red+Green+Blue) = 220+102+90=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC665A is #2399A5. Grayscale: #888888. Windows color (decimal): -2333094 or 5924572. OLE color: 5924572.
HSL color Cylindrical-coordinate representation of color #DC665A: hue angle of 5.54º 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 #DC665A is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 90 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.14 |
| HSL | 5.54º | 0.65% | 0.61% | - |
| HSV(B) | 5.54º | 0.59% | 0.86% | - |
| XYZ | 36.11 | 25.46 | 12.68 | - |
| YUV | 135.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 90 | 0 | 0.54 | 0.59 | 0.14 | 5.54 | 0.65 | 0.61 |
| Hex | DC | 66 | 5A | 0 | 36 | 3B | E | 6 | 41 | 3D |
| Octal | 334 | 146 | 132 | 0 | 66 | 73 | 16 | 6 | 101 | 75 |
| Binary | 11011100 | 1100110 | 1011010 | 0 | 110110 | 111011 | 1110 | 110 | 1000001 | 111101 |
Color Harmonies of #DC665A
Complementary color
Monochromatic Colors of #DC665A
Black with #DC665A
Text Example
Text Example
White with #DC665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC665A; }
p { color: rgb(220,102,90); }
H1.HeaderClassName
{
color: #DC665A;
}
.AnyTagClassName
{
color: #DC665A;
}
</style>
background-color css
<style>
a { background-color: #DC665A; }
a { background-color: rgb(220,102,90); }
div.DivClassName
{
background-color: #DC665A;
}
.BgClassName
{
background-color: #DC665A;
}
</style>
border-color css
<style>
span { border-color: #DC665A; }
span { border-color: rgb(220,102,90); }
td.TdClassName
{
border-color: #DC665A;
}
.TagClassName
{
border-color: #DC665A;
}
</style>