Shades of Roman #D9655A
Tints of Roman #D9655A
RGB
CMYK
RGB Variations
Color information
#D9655A (or 0xD9655A) is known color: Roman. HEX triplet: D9, 65 and 5A. RGB value is (217,101,90). Sum of RGB (Red+Green+Blue) = 217+101+90=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9655A is #269AA5. Grayscale: #868686. Windows color (decimal): -2529958 or 5924313. OLE color: 5924313.
HSL color Cylindrical-coordinate representation of color #D9655A: hue angle of 5.2º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9655A is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 90 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.15 |
| HSL | 5.2º | 0.63% | 0.6% | - |
| HSV(B) | 5.2º | 0.59% | 0.85% | - |
| XYZ | 35.11 | 24.8 | 12.61 | - |
| YUV | 134.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 90 | 0 | 0.53 | 0.59 | 0.15 | 5.2 | 0.63 | 0.6 |
| Hex | D9 | 65 | 5A | 0 | 35 | 3B | F | 5 | 3F | 3C |
| Octal | 331 | 145 | 132 | 0 | 65 | 73 | 17 | 5 | 77 | 74 |
| Binary | 11011001 | 1100101 | 1011010 | 0 | 110101 | 111011 | 1111 | 101 | 111111 | 111100 |
Color Harmonies of #D9655A
Complementary color
Monochromatic Colors of #D9655A
Black with #D9655A
Text Example
Text Example
White with #D9655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9655A; }
p { color: rgb(217,101,90); }
H1.HeaderClassName
{
color: #D9655A;
}
.AnyTagClassName
{
color: #D9655A;
}
</style>
background-color css
<style>
a { background-color: #D9655A; }
a { background-color: rgb(217,101,90); }
div.DivClassName
{
background-color: #D9655A;
}
.BgClassName
{
background-color: #D9655A;
}
</style>
border-color css
<style>
span { border-color: #D9655A; }
span { border-color: rgb(217,101,90); }
td.TdClassName
{
border-color: #D9655A;
}
.TagClassName
{
border-color: #D9655A;
}
</style>