Shades of Roman #D0665F
Tints of Roman #D0665F
RGB
CMYK
RGB Variations
Color information
#D0665F (or 0xD0665F) is known color: Roman. HEX triplet: D0, 66 and 5F. RGB value is (208,102,95). Sum of RGB (Red+Green+Blue) = 208+102+95=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0665F is #2F99A0. Grayscale: #858585. Windows color (decimal): -3119521 or 6252240. OLE color: 6252240.
HSL color Cylindrical-coordinate representation of color #D0665F: hue angle of 3.72º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0665F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 95 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.18 |
| HSL | 3.72º | 0.55% | 0.59% | - |
| HSV(B) | 3.72º | 0.54% | 0.82% | - |
| XYZ | 32.83 | 23.74 | 13.68 | - |
| YUV | 132.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 95 | 0 | 0.51 | 0.54 | 0.18 | 3.72 | 0.55 | 0.59 |
| Hex | D0 | 66 | 5F | 0 | 33 | 36 | 12 | 4 | 37 | 3B |
| Octal | 320 | 146 | 137 | 0 | 63 | 66 | 22 | 4 | 67 | 73 |
| Binary | 11010000 | 1100110 | 1011111 | 0 | 110011 | 110110 | 10010 | 100 | 110111 | 111011 |
Color Harmonies of #D0665F
Complementary color
Monochromatic Colors of #D0665F
Black with #D0665F
Text Example
Text Example
White with #D0665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0665F; }
p { color: rgb(208,102,95); }
H1.HeaderClassName
{
color: #D0665F;
}
.AnyTagClassName
{
color: #D0665F;
}
</style>
background-color css
<style>
a { background-color: #D0665F; }
a { background-color: rgb(208,102,95); }
div.DivClassName
{
background-color: #D0665F;
}
.BgClassName
{
background-color: #D0665F;
}
</style>
border-color css
<style>
span { border-color: #D0665F; }
span { border-color: rgb(208,102,95); }
td.TdClassName
{
border-color: #D0665F;
}
.TagClassName
{
border-color: #D0665F;
}
</style>