Shades of Roman #D8635F
Tints of Roman #D8635F
RGB
CMYK
RGB Variations
Color information
#D8635F (or 0xD8635F) is known color: Roman. HEX triplet: D8, 63 and 5F. RGB value is (216,99,95). Sum of RGB (Red+Green+Blue) = 216+99+95=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8635F is #279CA0. Grayscale: #858585. Windows color (decimal): -2596001 or 6251480. OLE color: 6251480.
HSL color Cylindrical-coordinate representation of color #D8635F: hue angle of 1.98º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8635F is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 95 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.15 |
| HSL | 1.98º | 0.61% | 0.61% | - |
| HSV(B) | 1.98º | 0.56% | 0.85% | - |
| XYZ | 34.85 | 24.35 | 13.69 | - |
| YUV | 133.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 95 | 0 | 0.54 | 0.56 | 0.15 | 1.98 | 0.61 | 0.61 |
| Hex | D8 | 63 | 5F | 0 | 36 | 38 | F | 2 | 3D | 3D |
| Octal | 330 | 143 | 137 | 0 | 66 | 70 | 17 | 2 | 75 | 75 |
| Binary | 11011000 | 1100011 | 1011111 | 0 | 110110 | 111000 | 1111 | 10 | 111101 | 111101 |
Color Harmonies of #D8635F
Complementary color
Monochromatic Colors of #D8635F
Black with #D8635F
Text Example
Text Example
White with #D8635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8635F; }
p { color: rgb(216,99,95); }
H1.HeaderClassName
{
color: #D8635F;
}
.AnyTagClassName
{
color: #D8635F;
}
</style>
background-color css
<style>
a { background-color: #D8635F; }
a { background-color: rgb(216,99,95); }
div.DivClassName
{
background-color: #D8635F;
}
.BgClassName
{
background-color: #D8635F;
}
</style>
border-color css
<style>
span { border-color: #D8635F; }
span { border-color: rgb(216,99,95); }
td.TdClassName
{
border-color: #D8635F;
}
.TagClassName
{
border-color: #D8635F;
}
</style>