Shades of Roman #D96B5C
Tints of Roman #D96B5C
RGB
CMYK
RGB Variations
Color information
#D96B5C (or 0xD96B5C) is known color: Roman. HEX triplet: D9, 6B and 5C. RGB value is (217,107,92). Sum of RGB (Red+Green+Blue) = 217+107+92=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B5C is #2694A3. Grayscale: #8A8A8A. Windows color (decimal): -2528420 or 6056921. OLE color: 6056921.
HSL color Cylindrical-coordinate representation of color #D96B5C: hue angle of 7.2º 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 #D96B5C is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 92 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.15 |
| HSL | 7.2º | 0.62% | 0.61% | - |
| HSV(B) | 7.2º | 0.58% | 0.85% | - |
| XYZ | 35.8 | 26.04 | 13.26 | - |
| YUV | 138.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 92 | 0 | 0.51 | 0.58 | 0.15 | 7.2 | 0.62 | 0.61 |
| Hex | D9 | 6B | 5C | 0 | 33 | 3A | F | 7 | 3E | 3D |
| Octal | 331 | 153 | 134 | 0 | 63 | 72 | 17 | 7 | 76 | 75 |
| Binary | 11011001 | 1101011 | 1011100 | 0 | 110011 | 111010 | 1111 | 111 | 111110 | 111101 |
Color Harmonies of #D96B5C
Complementary color
Monochromatic Colors of #D96B5C
Black with #D96B5C
Text Example
Text Example
White with #D96B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B5C; }
p { color: rgb(217,107,92); }
H1.HeaderClassName
{
color: #D96B5C;
}
.AnyTagClassName
{
color: #D96B5C;
}
</style>
background-color css
<style>
a { background-color: #D96B5C; }
a { background-color: rgb(217,107,92); }
div.DivClassName
{
background-color: #D96B5C;
}
.BgClassName
{
background-color: #D96B5C;
}
</style>
border-color css
<style>
span { border-color: #D96B5C; }
span { border-color: rgb(217,107,92); }
td.TdClassName
{
border-color: #D96B5C;
}
.TagClassName
{
border-color: #D96B5C;
}
</style>