Shades of Roman #D46357
Tints of Roman #D46357
RGB
CMYK
RGB Variations
Color information
#D46357 (or 0xD46357) is known color: Roman. HEX triplet: D4, 63 and 57. RGB value is (212,99,87). Sum of RGB (Red+Green+Blue) = 212+99+87=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D46357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46357 is #2B9CA8. Grayscale: #838383. Windows color (decimal): -2858153 or 5727188. OLE color: 5727188.
HSL color Cylindrical-coordinate representation of color #D46357: hue angle of 5.76º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D46357 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 87 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.17 |
| HSL | 5.76º | 0.59% | 0.59% | - |
| HSV(B) | 5.76º | 0.59% | 0.83% | - |
| XYZ | 33.33 | 23.61 | 11.82 | - |
| YUV | 131.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 87 | 0 | 0.53 | 0.59 | 0.17 | 5.76 | 0.59 | 0.59 |
| Hex | D4 | 63 | 57 | 0 | 35 | 3B | 11 | 6 | 3B | 3B |
| Octal | 324 | 143 | 127 | 0 | 65 | 73 | 21 | 6 | 73 | 73 |
| Binary | 11010100 | 1100011 | 1010111 | 0 | 110101 | 111011 | 10001 | 110 | 111011 | 111011 |
Color Harmonies of #D46357
Complementary color
Monochromatic Colors of #D46357
Black with #D46357
Text Example
Text Example
White with #D46357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46357; }
p { color: rgb(212,99,87); }
H1.HeaderClassName
{
color: #D46357;
}
.AnyTagClassName
{
color: #D46357;
}
</style>
background-color css
<style>
a { background-color: #D46357; }
a { background-color: rgb(212,99,87); }
div.DivClassName
{
background-color: #D46357;
}
.BgClassName
{
background-color: #D46357;
}
</style>
border-color css
<style>
span { border-color: #D46357; }
span { border-color: rgb(212,99,87); }
td.TdClassName
{
border-color: #D46357;
}
.TagClassName
{
border-color: #D46357;
}
</style>