Shades of Roman #D56B5E
Tints of Roman #D56B5E
RGB
CMYK
RGB Variations
Color information
#D56B5E (or 0xD56B5E) is known color: Roman. HEX triplet: D5, 6B and 5E. RGB value is (213,107,94). Sum of RGB (Red+Green+Blue) = 213+107+94=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56B5E is #2A94A1. Grayscale: #898989. Windows color (decimal): -2790562 or 6187989. OLE color: 6187989.
HSL color Cylindrical-coordinate representation of color #D56B5E: hue angle of 6.55º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D56B5E is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 94 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.16 |
| HSL | 6.55º | 0.59% | 0.6% | - |
| HSV(B) | 6.55º | 0.56% | 0.84% | - |
| XYZ | 34.72 | 25.47 | 13.68 | - |
| YUV | 137.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 94 | 0 | 0.50 | 0.56 | 0.16 | 6.55 | 0.59 | 0.6 |
| Hex | D5 | 6B | 5E | 0 | 32 | 38 | 10 | 7 | 3B | 3C |
| Octal | 325 | 153 | 136 | 0 | 62 | 70 | 20 | 7 | 73 | 74 |
| Binary | 11010101 | 1101011 | 1011110 | 0 | 110010 | 111000 | 10000 | 111 | 111011 | 111100 |
Color Harmonies of #D56B5E
Complementary color
Monochromatic Colors of #D56B5E
Black with #D56B5E
Text Example
Text Example
White with #D56B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B5E; }
p { color: rgb(213,107,94); }
H1.HeaderClassName
{
color: #D56B5E;
}
.AnyTagClassName
{
color: #D56B5E;
}
</style>
background-color css
<style>
a { background-color: #D56B5E; }
a { background-color: rgb(213,107,94); }
div.DivClassName
{
background-color: #D56B5E;
}
.BgClassName
{
background-color: #D56B5E;
}
</style>
border-color css
<style>
span { border-color: #D56B5E; }
span { border-color: rgb(213,107,94); }
td.TdClassName
{
border-color: #D56B5E;
}
.TagClassName
{
border-color: #D56B5E;
}
</style>