Shades of Roman #DC645A
Tints of Roman #DC645A
RGB
CMYK
RGB Variations
Color information
#DC645A (or 0xDC645A) is known color: Roman. HEX triplet: DC, 64 and 5A. RGB value is (220,100,90). Sum of RGB (Red+Green+Blue) = 220+100+90=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC645A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC645A is #239BA5. Grayscale: #868686. Windows color (decimal): -2333606 or 5924060. OLE color: 5924060.
HSL color Cylindrical-coordinate representation of color #DC645A: hue angle of 4.62º 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 #DC645A is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 90 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.14 |
| HSL | 4.62º | 0.65% | 0.61% | - |
| HSV(B) | 4.62º | 0.59% | 0.86% | - |
| XYZ | 35.92 | 25.07 | 12.62 | - |
| YUV | 134.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 90 | 0 | 0.55 | 0.59 | 0.14 | 4.62 | 0.65 | 0.61 |
| Hex | DC | 64 | 5A | 0 | 37 | 3B | E | 5 | 41 | 3D |
| Octal | 334 | 144 | 132 | 0 | 67 | 73 | 16 | 5 | 101 | 75 |
| Binary | 11011100 | 1100100 | 1011010 | 0 | 110111 | 111011 | 1110 | 101 | 1000001 | 111101 |
Color Harmonies of #DC645A
Complementary color
Monochromatic Colors of #DC645A
Black with #DC645A
Text Example
Text Example
White with #DC645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC645A; }
p { color: rgb(220,100,90); }
H1.HeaderClassName
{
color: #DC645A;
}
.AnyTagClassName
{
color: #DC645A;
}
</style>
background-color css
<style>
a { background-color: #DC645A; }
a { background-color: rgb(220,100,90); }
div.DivClassName
{
background-color: #DC645A;
}
.BgClassName
{
background-color: #DC645A;
}
</style>
border-color css
<style>
span { border-color: #DC645A; }
span { border-color: rgb(220,100,90); }
td.TdClassName
{
border-color: #DC645A;
}
.TagClassName
{
border-color: #DC645A;
}
</style>