Shades of Roman #D9675C
Tints of Roman #D9675C
RGB
CMYK
RGB Variations
Color information
#D9675C (or 0xD9675C) is known color: Roman. HEX triplet: D9, 67 and 5C. RGB value is (217,103,92). Sum of RGB (Red+Green+Blue) = 217+103+92=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9675C is #2698A3. Grayscale: #878787. Windows color (decimal): -2529444 or 6055897. OLE color: 6055897.
HSL color Cylindrical-coordinate representation of color #D9675C: hue angle of 5.28º 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 #D9675C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 92 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.15 |
| HSL | 5.28º | 0.62% | 0.61% | - |
| HSV(B) | 5.28º | 0.58% | 0.85% | - |
| XYZ | 35.4 | 25.22 | 13.13 | - |
| YUV | 135.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 92 | 0 | 0.53 | 0.58 | 0.15 | 5.28 | 0.62 | 0.61 |
| Hex | D9 | 67 | 5C | 0 | 35 | 3A | F | 5 | 3E | 3D |
| Octal | 331 | 147 | 134 | 0 | 65 | 72 | 17 | 5 | 76 | 75 |
| Binary | 11011001 | 1100111 | 1011100 | 0 | 110101 | 111010 | 1111 | 101 | 111110 | 111101 |
Color Harmonies of #D9675C
Complementary color
Monochromatic Colors of #D9675C
Black with #D9675C
Text Example
Text Example
White with #D9675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9675C; }
p { color: rgb(217,103,92); }
H1.HeaderClassName
{
color: #D9675C;
}
.AnyTagClassName
{
color: #D9675C;
}
</style>
background-color css
<style>
a { background-color: #D9675C; }
a { background-color: rgb(217,103,92); }
div.DivClassName
{
background-color: #D9675C;
}
.BgClassName
{
background-color: #D9675C;
}
</style>
border-color css
<style>
span { border-color: #D9675C; }
span { border-color: rgb(217,103,92); }
td.TdClassName
{
border-color: #D9675C;
}
.TagClassName
{
border-color: #D9675C;
}
</style>