Shades of Roman #D9665E
Tints of Roman #D9665E
RGB
CMYK
RGB Variations
Color information
#D9665E (or 0xD9665E) is known color: Roman. HEX triplet: D9, 66 and 5E. RGB value is (217,102,94). Sum of RGB (Red+Green+Blue) = 217+102+94=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9665E is #2699A1. Grayscale: #878787. Windows color (decimal): -2529698 or 6186713. OLE color: 6186713.
HSL color Cylindrical-coordinate representation of color #D9665E: hue angle of 3.9º degrees, saturation: 0.62, 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 #D9665E is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 94 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.15 |
| HSL | 3.9º | 0.62% | 0.61% | - |
| HSV(B) | 3.9º | 0.57% | 0.85% | - |
| XYZ | 35.39 | 25.06 | 13.56 | - |
| YUV | 135.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 94 | 0 | 0.53 | 0.57 | 0.15 | 3.9 | 0.62 | 0.61 |
| Hex | D9 | 66 | 5E | 0 | 35 | 39 | F | 4 | 3E | 3D |
| Octal | 331 | 146 | 136 | 0 | 65 | 71 | 17 | 4 | 76 | 75 |
| Binary | 11011001 | 1100110 | 1011110 | 0 | 110101 | 111001 | 1111 | 100 | 111110 | 111101 |
Color Harmonies of #D9665E
Complementary color
Monochromatic Colors of #D9665E
Black with #D9665E
Text Example
Text Example
White with #D9665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9665E; }
p { color: rgb(217,102,94); }
H1.HeaderClassName
{
color: #D9665E;
}
.AnyTagClassName
{
color: #D9665E;
}
</style>
background-color css
<style>
a { background-color: #D9665E; }
a { background-color: rgb(217,102,94); }
div.DivClassName
{
background-color: #D9665E;
}
.BgClassName
{
background-color: #D9665E;
}
</style>
border-color css
<style>
span { border-color: #D9665E; }
span { border-color: rgb(217,102,94); }
td.TdClassName
{
border-color: #D9665E;
}
.TagClassName
{
border-color: #D9665E;
}
</style>