Shades of Roman #D66954
Tints of Roman #D66954
RGB
CMYK
RGB Variations
Color information
#D66954 (or 0xD66954) is known color: Roman. HEX triplet: D6, 69 and 54. RGB value is (214,105,84). Sum of RGB (Red+Green+Blue) = 214+105+84=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D66954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66954 is #2996AB. Grayscale: #878787. Windows color (decimal): -2725548 or 5532118. OLE color: 5532118.
HSL color Cylindrical-coordinate representation of color #D66954: hue angle of 9.69º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D66954 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 84 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.16 |
| HSL | 9.69º | 0.61% | 0.58% | - |
| HSV(B) | 9.69º | 0.61% | 0.84% | - |
| XYZ | 34.38 | 25.04 | 11.41 | - |
| YUV | 135.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 84 | 0 | 0.51 | 0.61 | 0.16 | 9.69 | 0.61 | 0.58 |
| Hex | D6 | 69 | 54 | 0 | 33 | 3D | 10 | A | 3D | 3A |
| Octal | 326 | 151 | 124 | 0 | 63 | 75 | 20 | 12 | 75 | 72 |
| Binary | 11010110 | 1101001 | 1010100 | 0 | 110011 | 111101 | 10000 | 1010 | 111101 | 111010 |
Color Harmonies of #D66954
Complementary color
Monochromatic Colors of #D66954
Black with #D66954
Text Example
Text Example
White with #D66954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66954; }
p { color: rgb(214,105,84); }
H1.HeaderClassName
{
color: #D66954;
}
.AnyTagClassName
{
color: #D66954;
}
</style>
background-color css
<style>
a { background-color: #D66954; }
a { background-color: rgb(214,105,84); }
div.DivClassName
{
background-color: #D66954;
}
.BgClassName
{
background-color: #D66954;
}
</style>
border-color css
<style>
span { border-color: #D66954; }
span { border-color: rgb(214,105,84); }
td.TdClassName
{
border-color: #D66954;
}
.TagClassName
{
border-color: #D66954;
}
</style>