Shades of Roman #D9605A
Tints of Roman #D9605A
RGB
CMYK
RGB Variations
Color information
#D9605A (or 0xD9605A) is known color: Roman. HEX triplet: D9, 60 and 5A. RGB value is (217,96,90). Sum of RGB (Red+Green+Blue) = 217+96+90=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D9605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9605A is #269FA5. Grayscale: #838383. Windows color (decimal): -2531238 or 5923033. OLE color: 5923033.
HSL color Cylindrical-coordinate representation of color #D9605A: hue angle of 2.83º 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 #D9605A is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 90 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.15 |
| HSL | 2.83º | 0.63% | 0.6% | - |
| HSV(B) | 2.83º | 0.59% | 0.85% | - |
| XYZ | 34.64 | 23.86 | 12.45 | - |
| YUV | 131.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 90 | 0 | 0.56 | 0.59 | 0.15 | 2.83 | 0.63 | 0.6 |
| Hex | D9 | 60 | 5A | 0 | 38 | 3B | F | 3 | 3F | 3C |
| Octal | 331 | 140 | 132 | 0 | 70 | 73 | 17 | 3 | 77 | 74 |
| Binary | 11011001 | 1100000 | 1011010 | 0 | 111000 | 111011 | 1111 | 11 | 111111 | 111100 |
Color Harmonies of #D9605A
Complementary color
Monochromatic Colors of #D9605A
Black with #D9605A
Text Example
Text Example
White with #D9605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9605A; }
p { color: rgb(217,96,90); }
H1.HeaderClassName
{
color: #D9605A;
}
.AnyTagClassName
{
color: #D9605A;
}
</style>
background-color css
<style>
a { background-color: #D9605A; }
a { background-color: rgb(217,96,90); }
div.DivClassName
{
background-color: #D9605A;
}
.BgClassName
{
background-color: #D9605A;
}
</style>
border-color css
<style>
span { border-color: #D9605A; }
span { border-color: rgb(217,96,90); }
td.TdClassName
{
border-color: #D9605A;
}
.TagClassName
{
border-color: #D9605A;
}
</style>