Shades of Roman #D9665C
Tints of Roman #D9665C
RGB
CMYK
RGB Variations
Color information
#D9665C (or 0xD9665C) is known color: Roman. HEX triplet: D9, 66 and 5C. RGB value is (217,102,92). Sum of RGB (Red+Green+Blue) = 217+102+92=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9665C is #2699A3. Grayscale: #878787. Windows color (decimal): -2529700 or 6055641. OLE color: 6055641.
HSL color Cylindrical-coordinate representation of color #D9665C: hue angle of 4.8º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9665C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 92 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.15 |
| HSL | 4.8º | 0.62% | 0.61% | - |
| HSV(B) | 4.8º | 0.58% | 0.85% | - |
| XYZ | 35.3 | 25.03 | 13.1 | - |
| YUV | 135.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 92 | 0 | 0.53 | 0.58 | 0.15 | 4.8 | 0.62 | 0.61 |
| Hex | D9 | 66 | 5C | 0 | 35 | 3A | F | 5 | 3E | 3D |
| Octal | 331 | 146 | 134 | 0 | 65 | 72 | 17 | 5 | 76 | 75 |
| Binary | 11011001 | 1100110 | 1011100 | 0 | 110101 | 111010 | 1111 | 101 | 111110 | 111101 |
Color Harmonies of #D9665C
Complementary color
Monochromatic Colors of #D9665C
Black with #D9665C
Text Example
Text Example
White with #D9665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9665C; }
p { color: rgb(217,102,92); }
H1.HeaderClassName
{
color: #D9665C;
}
.AnyTagClassName
{
color: #D9665C;
}
</style>
background-color css
<style>
a { background-color: #D9665C; }
a { background-color: rgb(217,102,92); }
div.DivClassName
{
background-color: #D9665C;
}
.BgClassName
{
background-color: #D9665C;
}
</style>
border-color css
<style>
span { border-color: #D9665C; }
span { border-color: rgb(217,102,92); }
td.TdClassName
{
border-color: #D9665C;
}
.TagClassName
{
border-color: #D9665C;
}
</style>