Shades of Roman #DC6459
Tints of Roman #DC6459
RGB
CMYK
RGB Variations
Color information
#DC6459 (or 0xDC6459) is known color: Roman. HEX triplet: DC, 64 and 59. RGB value is (220,100,89). Sum of RGB (Red+Green+Blue) = 220+100+89=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6459 is #239BA6. Grayscale: #868686. Windows color (decimal): -2333607 or 5858524. OLE color: 5858524.
HSL color Cylindrical-coordinate representation of color #DC6459: hue angle of 5.04º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC6459 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 89 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.14 |
| HSL | 5.04º | 0.65% | 0.61% | - |
| HSV(B) | 5.04º | 0.6% | 0.86% | - |
| XYZ | 35.88 | 25.05 | 12.4 | - |
| YUV | 134.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 89 | 0 | 0.55 | 0.60 | 0.14 | 5.04 | 0.65 | 0.61 |
| Hex | DC | 64 | 59 | 0 | 37 | 3C | E | 5 | 41 | 3D |
| Octal | 334 | 144 | 131 | 0 | 67 | 74 | 16 | 5 | 101 | 75 |
| Binary | 11011100 | 1100100 | 1011001 | 0 | 110111 | 111100 | 1110 | 101 | 1000001 | 111101 |
Color Harmonies of #DC6459
Complementary color
Monochromatic Colors of #DC6459
Black with #DC6459
Text Example
Text Example
White with #DC6459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6459; }
p { color: rgb(220,100,89); }
H1.HeaderClassName
{
color: #DC6459;
}
.AnyTagClassName
{
color: #DC6459;
}
</style>
background-color css
<style>
a { background-color: #DC6459; }
a { background-color: rgb(220,100,89); }
div.DivClassName
{
background-color: #DC6459;
}
.BgClassName
{
background-color: #DC6459;
}
</style>
border-color css
<style>
span { border-color: #DC6459; }
span { border-color: rgb(220,100,89); }
td.TdClassName
{
border-color: #DC6459;
}
.TagClassName
{
border-color: #DC6459;
}
</style>