Shades of Roman #D06965
Tints of Roman #D06965
RGB
CMYK
RGB Variations
Color information
#D06965 (or 0xD06965) is known color: Roman. HEX triplet: D0, 69 and 65. RGB value is (208,105,101). Sum of RGB (Red+Green+Blue) = 208+105+101=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D06965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06965 is #2F969A. Grayscale: #878787. Windows color (decimal): -3118747 or 6646224. OLE color: 6646224.
HSL color Cylindrical-coordinate representation of color #D06965: hue angle of 2.24º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06965 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 101 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.18 |
| HSL | 2.24º | 0.53% | 0.61% | - |
| HSV(B) | 2.24º | 0.51% | 0.82% | - |
| XYZ | 33.41 | 24.45 | 15.27 | - |
| YUV | 135.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 101 | 0 | 0.50 | 0.51 | 0.18 | 2.24 | 0.53 | 0.61 |
| Hex | D0 | 69 | 65 | 0 | 32 | 33 | 12 | 2 | 35 | 3D |
| Octal | 320 | 151 | 145 | 0 | 62 | 63 | 22 | 2 | 65 | 75 |
| Binary | 11010000 | 1101001 | 1100101 | 0 | 110010 | 110011 | 10010 | 10 | 110101 | 111101 |
Color Harmonies of #D06965
Complementary color
Monochromatic Colors of #D06965
Black with #D06965
Text Example
Text Example
White with #D06965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06965; }
p { color: rgb(208,105,101); }
H1.HeaderClassName
{
color: #D06965;
}
.AnyTagClassName
{
color: #D06965;
}
</style>
background-color css
<style>
a { background-color: #D06965; }
a { background-color: rgb(208,105,101); }
div.DivClassName
{
background-color: #D06965;
}
.BgClassName
{
background-color: #D06965;
}
</style>
border-color css
<style>
span { border-color: #D06965; }
span { border-color: rgb(208,105,101); }
td.TdClassName
{
border-color: #D06965;
}
.TagClassName
{
border-color: #D06965;
}
</style>