Shades of Roman #D8695D
Tints of Roman #D8695D
RGB
CMYK
RGB Variations
Color information
#D8695D (or 0xD8695D) is known color: Roman. HEX triplet: D8, 69 and 5D. RGB value is (216,105,93). Sum of RGB (Red+Green+Blue) = 216+105+93=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8695D is #2796A2. Grayscale: #888888. Windows color (decimal): -2594467 or 6121944. OLE color: 6121944.
HSL color Cylindrical-coordinate representation of color #D8695D: hue angle of 5.85º 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 #D8695D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 93 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.15 |
| HSL | 5.85º | 0.61% | 0.61% | - |
| HSV(B) | 5.85º | 0.57% | 0.85% | - |
| XYZ | 35.35 | 25.49 | 13.41 | - |
| YUV | 136.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 93 | 0 | 0.51 | 0.57 | 0.15 | 5.85 | 0.61 | 0.61 |
| Hex | D8 | 69 | 5D | 0 | 33 | 39 | F | 6 | 3D | 3D |
| Octal | 330 | 151 | 135 | 0 | 63 | 71 | 17 | 6 | 75 | 75 |
| Binary | 11011000 | 1101001 | 1011101 | 0 | 110011 | 111001 | 1111 | 110 | 111101 | 111101 |
Color Harmonies of #D8695D
Complementary color
Monochromatic Colors of #D8695D
Black with #D8695D
Text Example
Text Example
White with #D8695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8695D; }
p { color: rgb(216,105,93); }
H1.HeaderClassName
{
color: #D8695D;
}
.AnyTagClassName
{
color: #D8695D;
}
</style>
background-color css
<style>
a { background-color: #D8695D; }
a { background-color: rgb(216,105,93); }
div.DivClassName
{
background-color: #D8695D;
}
.BgClassName
{
background-color: #D8695D;
}
</style>
border-color css
<style>
span { border-color: #D8695D; }
span { border-color: rgb(216,105,93); }
td.TdClassName
{
border-color: #D8695D;
}
.TagClassName
{
border-color: #D8695D;
}
</style>