Shades of Roman #D9625D
Tints of Roman #D9625D
RGB
CMYK
RGB Variations
Color information
#D9625D (or 0xD9625D) is known color: Roman. HEX triplet: D9, 62 and 5D. RGB value is (217,98,93). Sum of RGB (Red+Green+Blue) = 217+98+93=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9625D is #269DA2. Grayscale: #858585. Windows color (decimal): -2530723 or 6120153. OLE color: 6120153.
HSL color Cylindrical-coordinate representation of color #D9625D: hue angle of 2.42º 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 #D9625D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 93 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.15 |
| HSL | 2.42º | 0.62% | 0.61% | - |
| HSV(B) | 2.42º | 0.57% | 0.85% | - |
| XYZ | 34.96 | 24.28 | 13.2 | - |
| YUV | 133.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 93 | 0 | 0.55 | 0.57 | 0.15 | 2.42 | 0.62 | 0.61 |
| Hex | D9 | 62 | 5D | 0 | 37 | 39 | F | 2 | 3E | 3D |
| Octal | 331 | 142 | 135 | 0 | 67 | 71 | 17 | 2 | 76 | 75 |
| Binary | 11011001 | 1100010 | 1011101 | 0 | 110111 | 111001 | 1111 | 10 | 111110 | 111101 |
Color Harmonies of #D9625D
Complementary color
Monochromatic Colors of #D9625D
Black with #D9625D
Text Example
Text Example
White with #D9625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9625D; }
p { color: rgb(217,98,93); }
H1.HeaderClassName
{
color: #D9625D;
}
.AnyTagClassName
{
color: #D9625D;
}
</style>
background-color css
<style>
a { background-color: #D9625D; }
a { background-color: rgb(217,98,93); }
div.DivClassName
{
background-color: #D9625D;
}
.BgClassName
{
background-color: #D9625D;
}
</style>
border-color css
<style>
span { border-color: #D9625D; }
span { border-color: rgb(217,98,93); }
td.TdClassName
{
border-color: #D9625D;
}
.TagClassName
{
border-color: #D9625D;
}
</style>