Shades of Roman #D4685F
Tints of Roman #D4685F
RGB
CMYK
RGB Variations
Color information
#D4685F (or 0xD4685F) is known color: Roman. HEX triplet: D4, 68 and 5F. RGB value is (212,104,95). Sum of RGB (Red+Green+Blue) = 212+104+95=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D4685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4685F is #2B97A0. Grayscale: #878787. Windows color (decimal): -2856865 or 6252756. OLE color: 6252756.
HSL color Cylindrical-coordinate representation of color #D4685F: hue angle of 4.62º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4685F is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 95 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.17 |
| HSL | 4.62º | 0.58% | 0.6% | - |
| HSV(B) | 4.62º | 0.55% | 0.83% | - |
| XYZ | 34.17 | 24.72 | 13.8 | - |
| YUV | 135.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 95 | 0 | 0.51 | 0.55 | 0.17 | 4.62 | 0.58 | 0.6 |
| Hex | D4 | 68 | 5F | 0 | 33 | 37 | 11 | 5 | 3A | 3C |
| Octal | 324 | 150 | 137 | 0 | 63 | 67 | 21 | 5 | 72 | 74 |
| Binary | 11010100 | 1101000 | 1011111 | 0 | 110011 | 110111 | 10001 | 101 | 111010 | 111100 |
Color Harmonies of #D4685F
Complementary color
Monochromatic Colors of #D4685F
Black with #D4685F
Text Example
Text Example
White with #D4685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4685F; }
p { color: rgb(212,104,95); }
H1.HeaderClassName
{
color: #D4685F;
}
.AnyTagClassName
{
color: #D4685F;
}
</style>
background-color css
<style>
a { background-color: #D4685F; }
a { background-color: rgb(212,104,95); }
div.DivClassName
{
background-color: #D4685F;
}
.BgClassName
{
background-color: #D4685F;
}
</style>
border-color css
<style>
span { border-color: #D4685F; }
span { border-color: rgb(212,104,95); }
td.TdClassName
{
border-color: #D4685F;
}
.TagClassName
{
border-color: #D4685F;
}
</style>