Shades of Roman #D96B5A
Tints of Roman #D96B5A
RGB
CMYK
RGB Variations
Color information
#D96B5A (or 0xD96B5A) is known color: Roman. HEX triplet: D9, 6B and 5A. RGB value is (217,107,90). Sum of RGB (Red+Green+Blue) = 217+107+90=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B5A is #2694A5. Grayscale: #8A8A8A. Windows color (decimal): -2528422 or 5925849. OLE color: 5925849.
HSL color Cylindrical-coordinate representation of color #D96B5A: hue angle of 8.03º 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 #D96B5A is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 90 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.15 |
| HSL | 8.03º | 0.63% | 0.6% | - |
| HSV(B) | 8.03º | 0.59% | 0.85% | - |
| XYZ | 35.72 | 26.01 | 12.81 | - |
| YUV | 137.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 90 | 0 | 0.51 | 0.59 | 0.15 | 8.03 | 0.63 | 0.6 |
| Hex | D9 | 6B | 5A | 0 | 33 | 3B | F | 8 | 3F | 3C |
| Octal | 331 | 153 | 132 | 0 | 63 | 73 | 17 | 10 | 77 | 74 |
| Binary | 11011001 | 1101011 | 1011010 | 0 | 110011 | 111011 | 1111 | 1000 | 111111 | 111100 |
Color Harmonies of #D96B5A
Complementary color
Monochromatic Colors of #D96B5A
Black with #D96B5A
Text Example
Text Example
White with #D96B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B5A; }
p { color: rgb(217,107,90); }
H1.HeaderClassName
{
color: #D96B5A;
}
.AnyTagClassName
{
color: #D96B5A;
}
</style>
background-color css
<style>
a { background-color: #D96B5A; }
a { background-color: rgb(217,107,90); }
div.DivClassName
{
background-color: #D96B5A;
}
.BgClassName
{
background-color: #D96B5A;
}
</style>
border-color css
<style>
span { border-color: #D96B5A; }
span { border-color: rgb(217,107,90); }
td.TdClassName
{
border-color: #D96B5A;
}
.TagClassName
{
border-color: #D96B5A;
}
</style>