Shades of Roman #D56755
Tints of Roman #D56755
RGB
CMYK
RGB Variations
Color information
#D56755 (or 0xD56755) is known color: Roman. HEX triplet: D5, 67 and 55. RGB value is (213,103,85). Sum of RGB (Red+Green+Blue) = 213+103+85=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D56755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56755 is #2A98AA. Grayscale: #868686. Windows color (decimal): -2791595 or 5597141. OLE color: 5597141.
HSL color Cylindrical-coordinate representation of color #D56755: hue angle of 8.44º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D56755 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 85 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.16 |
| HSL | 8.44º | 0.6% | 0.58% | - |
| HSV(B) | 8.44º | 0.6% | 0.84% | - |
| XYZ | 33.93 | 24.5 | 11.54 | - |
| YUV | 133.84 | 100.44 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 85 | 0 | 0.52 | 0.60 | 0.16 | 8.44 | 0.6 | 0.58 |
| Hex | D5 | 67 | 55 | 0 | 34 | 3C | 10 | 8 | 3C | 3A |
| Octal | 325 | 147 | 125 | 0 | 64 | 74 | 20 | 10 | 74 | 72 |
| Binary | 11010101 | 1100111 | 1010101 | 0 | 110100 | 111100 | 10000 | 1000 | 111100 | 111010 |
Color Harmonies of #D56755
Complementary color
Monochromatic Colors of #D56755
Black with #D56755
Text Example
Text Example
White with #D56755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56755; }
p { color: rgb(213,103,85); }
H1.HeaderClassName
{
color: #D56755;
}
.AnyTagClassName
{
color: #D56755;
}
</style>
background-color css
<style>
a { background-color: #D56755; }
a { background-color: rgb(213,103,85); }
div.DivClassName
{
background-color: #D56755;
}
.BgClassName
{
background-color: #D56755;
}
</style>
border-color css
<style>
span { border-color: #D56755; }
span { border-color: rgb(213,103,85); }
td.TdClassName
{
border-color: #D56755;
}
.TagClassName
{
border-color: #D56755;
}
</style>