Shades of Roman #D66955
Tints of Roman #D66955
RGB
CMYK
RGB Variations
Color information
#D66955 (or 0xD66955) is known color: Roman. HEX triplet: D6, 69 and 55. RGB value is (214,105,85). Sum of RGB (Red+Green+Blue) = 214+105+85=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D66955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66955 is #2996AA. Grayscale: #878787. Windows color (decimal): -2725547 or 5597654. OLE color: 5597654.
HSL color Cylindrical-coordinate representation of color #D66955: hue angle of 9.3º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D66955 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 85 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.16 |
| HSL | 9.3º | 0.61% | 0.59% | - |
| HSV(B) | 9.3º | 0.6% | 0.84% | - |
| XYZ | 34.42 | 25.06 | 11.62 | - |
| YUV | 135.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 85 | 0 | 0.51 | 0.60 | 0.16 | 9.3 | 0.61 | 0.59 |
| Hex | D6 | 69 | 55 | 0 | 33 | 3C | 10 | 9 | 3D | 3B |
| Octal | 326 | 151 | 125 | 0 | 63 | 74 | 20 | 11 | 75 | 73 |
| Binary | 11010110 | 1101001 | 1010101 | 0 | 110011 | 111100 | 10000 | 1001 | 111101 | 111011 |
Color Harmonies of #D66955
Complementary color
Monochromatic Colors of #D66955
Black with #D66955
Text Example
Text Example
White with #D66955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66955; }
p { color: rgb(214,105,85); }
H1.HeaderClassName
{
color: #D66955;
}
.AnyTagClassName
{
color: #D66955;
}
</style>
background-color css
<style>
a { background-color: #D66955; }
a { background-color: rgb(214,105,85); }
div.DivClassName
{
background-color: #D66955;
}
.BgClassName
{
background-color: #D66955;
}
</style>
border-color css
<style>
span { border-color: #D66955; }
span { border-color: rgb(214,105,85); }
td.TdClassName
{
border-color: #D66955;
}
.TagClassName
{
border-color: #D66955;
}
</style>