Shades of Roman #D8675A
Tints of Roman #D8675A
RGB
CMYK
RGB Variations
Color information
#D8675A (or 0xD8675A) is known color: Roman. HEX triplet: D8, 67 and 5A. RGB value is (216,103,90). Sum of RGB (Red+Green+Blue) = 216+103+90=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8675A is #2798A5. Grayscale: #878787. Windows color (decimal): -2594982 or 5924824. OLE color: 5924824.
HSL color Cylindrical-coordinate representation of color #D8675A: hue angle of 6.19º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8675A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 90 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.15 |
| HSL | 6.19º | 0.62% | 0.6% | - |
| HSV(B) | 6.19º | 0.58% | 0.85% | - |
| XYZ | 35.01 | 25.04 | 12.66 | - |
| YUV | 135.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 90 | 0 | 0.52 | 0.58 | 0.15 | 6.19 | 0.62 | 0.6 |
| Hex | D8 | 67 | 5A | 0 | 34 | 3A | F | 6 | 3E | 3C |
| Octal | 330 | 147 | 132 | 0 | 64 | 72 | 17 | 6 | 76 | 74 |
| Binary | 11011000 | 1100111 | 1011010 | 0 | 110100 | 111010 | 1111 | 110 | 111110 | 111100 |
Color Harmonies of #D8675A
Complementary color
Monochromatic Colors of #D8675A
Black with #D8675A
Text Example
Text Example
White with #D8675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8675A; }
p { color: rgb(216,103,90); }
H1.HeaderClassName
{
color: #D8675A;
}
.AnyTagClassName
{
color: #D8675A;
}
</style>
background-color css
<style>
a { background-color: #D8675A; }
a { background-color: rgb(216,103,90); }
div.DivClassName
{
background-color: #D8675A;
}
.BgClassName
{
background-color: #D8675A;
}
</style>
border-color css
<style>
span { border-color: #D8675A; }
span { border-color: rgb(216,103,90); }
td.TdClassName
{
border-color: #D8675A;
}
.TagClassName
{
border-color: #D8675A;
}
</style>