Shades of Roman #D66967
Tints of Roman #D66967
RGB
CMYK
RGB Variations
Color information
#D66967 (or 0xD66967) is known color: Roman. HEX triplet: D6, 69 and 67. RGB value is (214,105,103). Sum of RGB (Red+Green+Blue) = 214+105+103=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D66967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66967 is #299698. Grayscale: #898989. Windows color (decimal): -2725529 or 6777302. OLE color: 6777302.
HSL color Cylindrical-coordinate representation of color #D66967: hue angle of 1.08º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66967 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 103 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.16 |
| HSL | 1.08º | 0.58% | 0.62% | - |
| HSV(B) | 1.08º | 0.52% | 0.84% | - |
| XYZ | 35.23 | 25.38 | 15.87 | - |
| YUV | 137.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 103 | 0 | 0.51 | 0.52 | 0.16 | 1.08 | 0.58 | 0.62 |
| Hex | D6 | 69 | 67 | 0 | 33 | 34 | 10 | 1 | 3A | 3E |
| Octal | 326 | 151 | 147 | 0 | 63 | 64 | 20 | 1 | 72 | 76 |
| Binary | 11010110 | 1101001 | 1100111 | 0 | 110011 | 110100 | 10000 | 1 | 111010 | 111110 |
Color Harmonies of #D66967
Complementary color
Monochromatic Colors of #D66967
Black with #D66967
Text Example
Text Example
White with #D66967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66967; }
p { color: rgb(214,105,103); }
H1.HeaderClassName
{
color: #D66967;
}
.AnyTagClassName
{
color: #D66967;
}
</style>
background-color css
<style>
a { background-color: #D66967; }
a { background-color: rgb(214,105,103); }
div.DivClassName
{
background-color: #D66967;
}
.BgClassName
{
background-color: #D66967;
}
</style>
border-color css
<style>
span { border-color: #D66967; }
span { border-color: rgb(214,105,103); }
td.TdClassName
{
border-color: #D66967;
}
.TagClassName
{
border-color: #D66967;
}
</style>