Shades of Roman #DA6356
Tints of Roman #DA6356
RGB
CMYK
RGB Variations
Color information
#DA6356 (or 0xDA6356) is known color: Roman. HEX triplet: DA, 63 and 56. RGB value is (218,99,86). Sum of RGB (Red+Green+Blue) = 218+99+86=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6356 is #259CA9. Grayscale: #858585. Windows color (decimal): -2464938 or 5661658. OLE color: 5661658.
HSL color Cylindrical-coordinate representation of color #DA6356: hue angle of 5.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA6356 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 86 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.15 |
| HSL | 5.91º | 0.64% | 0.6% | - |
| HSV(B) | 5.91º | 0.61% | 0.85% | - |
| XYZ | 35.06 | 24.5 | 11.69 | - |
| YUV | 133.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 86 | 0 | 0.55 | 0.61 | 0.15 | 5.91 | 0.64 | 0.6 |
| Hex | DA | 63 | 56 | 0 | 37 | 3D | F | 6 | 40 | 3C |
| Octal | 332 | 143 | 126 | 0 | 67 | 75 | 17 | 6 | 100 | 74 |
| Binary | 11011010 | 1100011 | 1010110 | 0 | 110111 | 111101 | 1111 | 110 | 1000000 | 111100 |
Color Harmonies of #DA6356
Complementary color
Monochromatic Colors of #DA6356
Black with #DA6356
Text Example
Text Example
White with #DA6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6356; }
p { color: rgb(218,99,86); }
H1.HeaderClassName
{
color: #DA6356;
}
.AnyTagClassName
{
color: #DA6356;
}
</style>
background-color css
<style>
a { background-color: #DA6356; }
a { background-color: rgb(218,99,86); }
div.DivClassName
{
background-color: #DA6356;
}
.BgClassName
{
background-color: #DA6356;
}
</style>
border-color css
<style>
span { border-color: #DA6356; }
span { border-color: rgb(218,99,86); }
td.TdClassName
{
border-color: #DA6356;
}
.TagClassName
{
border-color: #DA6356;
}
</style>