Shades of Roman #D96A5D
Tints of Roman #D96A5D
RGB
CMYK
RGB Variations
Color information
#D96A5D (or 0xD96A5D) is known color: Roman. HEX triplet: D9, 6A and 5D. RGB value is (217,106,93). Sum of RGB (Red+Green+Blue) = 217+106+93=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A5D is #2695A2. Grayscale: #898989. Windows color (decimal): -2528675 or 6122201. OLE color: 6122201.
HSL color Cylindrical-coordinate representation of color #D96A5D: hue angle of 6.29º 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 #D96A5D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 93 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.15 |
| HSL | 6.29º | 0.62% | 0.61% | - |
| HSV(B) | 6.29º | 0.57% | 0.85% | - |
| XYZ | 35.75 | 25.85 | 13.46 | - |
| YUV | 137.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 93 | 0 | 0.51 | 0.57 | 0.15 | 6.29 | 0.62 | 0.61 |
| Hex | D9 | 6A | 5D | 0 | 33 | 39 | F | 6 | 3E | 3D |
| Octal | 331 | 152 | 135 | 0 | 63 | 71 | 17 | 6 | 76 | 75 |
| Binary | 11011001 | 1101010 | 1011101 | 0 | 110011 | 111001 | 1111 | 110 | 111110 | 111101 |
Color Harmonies of #D96A5D
Complementary color
Monochromatic Colors of #D96A5D
Black with #D96A5D
Text Example
Text Example
White with #D96A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A5D; }
p { color: rgb(217,106,93); }
H1.HeaderClassName
{
color: #D96A5D;
}
.AnyTagClassName
{
color: #D96A5D;
}
</style>
background-color css
<style>
a { background-color: #D96A5D; }
a { background-color: rgb(217,106,93); }
div.DivClassName
{
background-color: #D96A5D;
}
.BgClassName
{
background-color: #D96A5D;
}
</style>
border-color css
<style>
span { border-color: #D96A5D; }
span { border-color: rgb(217,106,93); }
td.TdClassName
{
border-color: #D96A5D;
}
.TagClassName
{
border-color: #D96A5D;
}
</style>