Shades of Roman #D0655D
Tints of Roman #D0655D
RGB
CMYK
RGB Variations
Color information
#D0655D (or 0xD0655D) is known color: Roman. HEX triplet: D0, 65 and 5D. RGB value is (208,101,93). Sum of RGB (Red+Green+Blue) = 208+101+93=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0655D is #2F9AA2. Grayscale: #848484. Windows color (decimal): -3119779 or 6120912. OLE color: 6120912.
HSL color Cylindrical-coordinate representation of color #D0655D: hue angle of 4.17º 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 #D0655D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 93 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.18 |
| HSL | 4.17º | 0.55% | 0.59% | - |
| HSV(B) | 4.17º | 0.55% | 0.82% | - |
| XYZ | 32.64 | 23.51 | 13.17 | - |
| YUV | 132.08 | 105.95 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 93 | 0 | 0.51 | 0.55 | 0.18 | 4.17 | 0.55 | 0.59 |
| Hex | D0 | 65 | 5D | 0 | 33 | 37 | 12 | 4 | 37 | 3B |
| Octal | 320 | 145 | 135 | 0 | 63 | 67 | 22 | 4 | 67 | 73 |
| Binary | 11010000 | 1100101 | 1011101 | 0 | 110011 | 110111 | 10010 | 100 | 110111 | 111011 |
Color Harmonies of #D0655D
Complementary color
Monochromatic Colors of #D0655D
Black with #D0655D
Text Example
Text Example
White with #D0655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0655D; }
p { color: rgb(208,101,93); }
H1.HeaderClassName
{
color: #D0655D;
}
.AnyTagClassName
{
color: #D0655D;
}
</style>
background-color css
<style>
a { background-color: #D0655D; }
a { background-color: rgb(208,101,93); }
div.DivClassName
{
background-color: #D0655D;
}
.BgClassName
{
background-color: #D0655D;
}
</style>
border-color css
<style>
span { border-color: #D0655D; }
span { border-color: rgb(208,101,93); }
td.TdClassName
{
border-color: #D0655D;
}
.TagClassName
{
border-color: #D0655D;
}
</style>