Shades of Roman #D9655F
Tints of Roman #D9655F
RGB
CMYK
RGB Variations
Color information
#D9655F (or 0xD9655F) is known color: Roman. HEX triplet: D9, 65 and 5F. RGB value is (217,101,95). Sum of RGB (Red+Green+Blue) = 217+101+95=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9655F is #269AA0. Grayscale: #878787. Windows color (decimal): -2529953 or 6251993. OLE color: 6251993.
HSL color Cylindrical-coordinate representation of color #D9655F: hue angle of 2.95º degrees, saturation: 0.62, 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 #D9655F is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 95 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.15 |
| HSL | 2.95º | 0.62% | 0.61% | - |
| HSV(B) | 2.95º | 0.56% | 0.85% | - |
| XYZ | 35.33 | 24.89 | 13.77 | - |
| YUV | 135 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 95 | 0 | 0.53 | 0.56 | 0.15 | 2.95 | 0.62 | 0.61 |
| Hex | D9 | 65 | 5F | 0 | 35 | 38 | F | 3 | 3E | 3D |
| Octal | 331 | 145 | 137 | 0 | 65 | 70 | 17 | 3 | 76 | 75 |
| Binary | 11011001 | 1100101 | 1011111 | 0 | 110101 | 111000 | 1111 | 11 | 111110 | 111101 |
Color Harmonies of #D9655F
Complementary color
Monochromatic Colors of #D9655F
Black with #D9655F
Text Example
Text Example
White with #D9655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9655F; }
p { color: rgb(217,101,95); }
H1.HeaderClassName
{
color: #D9655F;
}
.AnyTagClassName
{
color: #D9655F;
}
</style>
background-color css
<style>
a { background-color: #D9655F; }
a { background-color: rgb(217,101,95); }
div.DivClassName
{
background-color: #D9655F;
}
.BgClassName
{
background-color: #D9655F;
}
</style>
border-color css
<style>
span { border-color: #D9655F; }
span { border-color: rgb(217,101,95); }
td.TdClassName
{
border-color: #D9655F;
}
.TagClassName
{
border-color: #D9655F;
}
</style>