Shades of Roman #D56F68
Tints of Roman #D56F68
RGB
CMYK
RGB Variations
Color information
#D56F68 (or 0xD56F68) is known color: Roman. HEX triplet: D5, 6F and 68. RGB value is (213,111,104). Sum of RGB (Red+Green+Blue) = 213+111+104=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F68 is #2A9097. Grayscale: #8C8C8C. Windows color (decimal): -2789528 or 6844373. OLE color: 6844373.
HSL color Cylindrical-coordinate representation of color #D56F68: hue angle of 3.85º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56F68 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 104 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.16 |
| HSL | 3.85º | 0.56% | 0.62% | - |
| HSV(B) | 3.85º | 0.51% | 0.84% | - |
| XYZ | 35.62 | 26.51 | 16.34 | - |
| YUV | 140.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 104 | 0 | 0.48 | 0.51 | 0.16 | 3.85 | 0.56 | 0.62 |
| Hex | D5 | 6F | 68 | 0 | 30 | 33 | 10 | 4 | 38 | 3E |
| Octal | 325 | 157 | 150 | 0 | 60 | 63 | 20 | 4 | 70 | 76 |
| Binary | 11010101 | 1101111 | 1101000 | 0 | 110000 | 110011 | 10000 | 100 | 111000 | 111110 |
Color Harmonies of #D56F68
Complementary color
Monochromatic Colors of #D56F68
Black with #D56F68
Text Example
Text Example
White with #D56F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F68; }
p { color: rgb(213,111,104); }
H1.HeaderClassName
{
color: #D56F68;
}
.AnyTagClassName
{
color: #D56F68;
}
</style>
background-color css
<style>
a { background-color: #D56F68; }
a { background-color: rgb(213,111,104); }
div.DivClassName
{
background-color: #D56F68;
}
.BgClassName
{
background-color: #D56F68;
}
</style>
border-color css
<style>
span { border-color: #D56F68; }
span { border-color: rgb(213,111,104); }
td.TdClassName
{
border-color: #D56F68;
}
.TagClassName
{
border-color: #D56F68;
}
</style>