Shades of Roman #D06B65
Tints of Roman #D06B65
RGB
CMYK
RGB Variations
Color information
#D06B65 (or 0xD06B65) is known color: Roman. HEX triplet: D0, 6B and 65. RGB value is (208,107,101). Sum of RGB (Red+Green+Blue) = 208+107+101=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06B65 is #2F949A. Grayscale: #888888. Windows color (decimal): -3118235 or 6646736. OLE color: 6646736.
HSL color Cylindrical-coordinate representation of color #D06B65: hue angle of 3.36º 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 #D06B65 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 101 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.18 |
| HSL | 3.36º | 0.53% | 0.61% | - |
| HSV(B) | 3.36º | 0.51% | 0.82% | - |
| XYZ | 33.62 | 24.86 | 15.34 | - |
| YUV | 136.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 101 | 0 | 0.49 | 0.51 | 0.18 | 3.36 | 0.53 | 0.61 |
| Hex | D0 | 6B | 65 | 0 | 31 | 33 | 12 | 3 | 35 | 3D |
| Octal | 320 | 153 | 145 | 0 | 61 | 63 | 22 | 3 | 65 | 75 |
| Binary | 11010000 | 1101011 | 1100101 | 0 | 110001 | 110011 | 10010 | 11 | 110101 | 111101 |
Color Harmonies of #D06B65
Complementary color
Monochromatic Colors of #D06B65
Black with #D06B65
Text Example
Text Example
White with #D06B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06B65; }
p { color: rgb(208,107,101); }
H1.HeaderClassName
{
color: #D06B65;
}
.AnyTagClassName
{
color: #D06B65;
}
</style>
background-color css
<style>
a { background-color: #D06B65; }
a { background-color: rgb(208,107,101); }
div.DivClassName
{
background-color: #D06B65;
}
.BgClassName
{
background-color: #D06B65;
}
</style>
border-color css
<style>
span { border-color: #D06B65; }
span { border-color: rgb(208,107,101); }
td.TdClassName
{
border-color: #D06B65;
}
.TagClassName
{
border-color: #D06B65;
}
</style>