Shades of Roman #D0665E
Tints of Roman #D0665E
RGB
CMYK
RGB Variations
Color information
#D0665E (or 0xD0665E) is known color: Roman. HEX triplet: D0, 66 and 5E. RGB value is (208,102,94). Sum of RGB (Red+Green+Blue) = 208+102+94=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0665E is #2F99A1. Grayscale: #848484. Windows color (decimal): -3119522 or 6186704. OLE color: 6186704.
HSL color Cylindrical-coordinate representation of color #D0665E: hue angle of 4.21º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0665E is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 94 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.18 |
| HSL | 4.21º | 0.55% | 0.59% | - |
| HSV(B) | 4.21º | 0.55% | 0.82% | - |
| XYZ | 32.78 | 23.72 | 13.44 | - |
| YUV | 132.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 94 | 0 | 0.51 | 0.55 | 0.18 | 4.21 | 0.55 | 0.59 |
| Hex | D0 | 66 | 5E | 0 | 33 | 37 | 12 | 4 | 37 | 3B |
| Octal | 320 | 146 | 136 | 0 | 63 | 67 | 22 | 4 | 67 | 73 |
| Binary | 11010000 | 1100110 | 1011110 | 0 | 110011 | 110111 | 10010 | 100 | 110111 | 111011 |
Color Harmonies of #D0665E
Complementary color
Monochromatic Colors of #D0665E
Black with #D0665E
Text Example
Text Example
White with #D0665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0665E; }
p { color: rgb(208,102,94); }
H1.HeaderClassName
{
color: #D0665E;
}
.AnyTagClassName
{
color: #D0665E;
}
</style>
background-color css
<style>
a { background-color: #D0665E; }
a { background-color: rgb(208,102,94); }
div.DivClassName
{
background-color: #D0665E;
}
.BgClassName
{
background-color: #D0665E;
}
</style>
border-color css
<style>
span { border-color: #D0665E; }
span { border-color: rgb(208,102,94); }
td.TdClassName
{
border-color: #D0665E;
}
.TagClassName
{
border-color: #D0665E;
}
</style>