Shades of Roman #D56F64
Tints of Roman #D56F64
RGB
CMYK
RGB Variations
Color information
#D56F64 (or 0xD56F64) is known color: Roman. HEX triplet: D5, 6F and 64. RGB value is (213,111,100). Sum of RGB (Red+Green+Blue) = 213+111+100=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F64 is #2A909B. Grayscale: #8C8C8C. Windows color (decimal): -2789532 or 6582229. OLE color: 6582229.
HSL color Cylindrical-coordinate representation of color #D56F64: hue angle of 5.84º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56F64 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 100 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.16 |
| HSL | 5.84º | 0.57% | 0.61% | - |
| HSV(B) | 5.84º | 0.53% | 0.84% | - |
| XYZ | 35.43 | 26.44 | 15.29 | - |
| YUV | 140.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 100 | 0 | 0.48 | 0.53 | 0.16 | 5.84 | 0.57 | 0.61 |
| Hex | D5 | 6F | 64 | 0 | 30 | 35 | 10 | 6 | 39 | 3D |
| Octal | 325 | 157 | 144 | 0 | 60 | 65 | 20 | 6 | 71 | 75 |
| Binary | 11010101 | 1101111 | 1100100 | 0 | 110000 | 110101 | 10000 | 110 | 111001 | 111101 |
Color Harmonies of #D56F64
Complementary color
Monochromatic Colors of #D56F64
Black with #D56F64
Text Example
Text Example
White with #D56F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F64; }
p { color: rgb(213,111,100); }
H1.HeaderClassName
{
color: #D56F64;
}
.AnyTagClassName
{
color: #D56F64;
}
</style>
background-color css
<style>
a { background-color: #D56F64; }
a { background-color: rgb(213,111,100); }
div.DivClassName
{
background-color: #D56F64;
}
.BgClassName
{
background-color: #D56F64;
}
</style>
border-color css
<style>
span { border-color: #D56F64; }
span { border-color: rgb(213,111,100); }
td.TdClassName
{
border-color: #D56F64;
}
.TagClassName
{
border-color: #D56F64;
}
</style>