Shades of Roman #D8645D
Tints of Roman #D8645D
RGB
CMYK
RGB Variations
Color information
#D8645D (or 0xD8645D) is known color: Roman. HEX triplet: D8, 64 and 5D. RGB value is (216,100,93). Sum of RGB (Red+Green+Blue) = 216+100+93=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8645D is #279BA2. Grayscale: #868686. Windows color (decimal): -2595747 or 6120664. OLE color: 6120664.
HSL color Cylindrical-coordinate representation of color #D8645D: hue angle of 3.41º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8645D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 93 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.15 |
| HSL | 3.41º | 0.61% | 0.61% | - |
| HSV(B) | 3.41º | 0.57% | 0.85% | - |
| XYZ | 34.85 | 24.5 | 13.25 | - |
| YUV | 133.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 93 | 0 | 0.54 | 0.57 | 0.15 | 3.41 | 0.61 | 0.61 |
| Hex | D8 | 64 | 5D | 0 | 36 | 39 | F | 3 | 3D | 3D |
| Octal | 330 | 144 | 135 | 0 | 66 | 71 | 17 | 3 | 75 | 75 |
| Binary | 11011000 | 1100100 | 1011101 | 0 | 110110 | 111001 | 1111 | 11 | 111101 | 111101 |
Color Harmonies of #D8645D
Complementary color
Monochromatic Colors of #D8645D
Black with #D8645D
Text Example
Text Example
White with #D8645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8645D; }
p { color: rgb(216,100,93); }
H1.HeaderClassName
{
color: #D8645D;
}
.AnyTagClassName
{
color: #D8645D;
}
</style>
background-color css
<style>
a { background-color: #D8645D; }
a { background-color: rgb(216,100,93); }
div.DivClassName
{
background-color: #D8645D;
}
.BgClassName
{
background-color: #D8645D;
}
</style>
border-color css
<style>
span { border-color: #D8645D; }
span { border-color: rgb(216,100,93); }
td.TdClassName
{
border-color: #D8645D;
}
.TagClassName
{
border-color: #D8645D;
}
</style>