Shades of Roman #D66C67
Tints of Roman #D66C67
RGB
CMYK
RGB Variations
Color information
#D66C67 (or 0xD66C67) is known color: Roman. HEX triplet: D6, 6C and 67. RGB value is (214,108,103). Sum of RGB (Red+Green+Blue) = 214+108+103=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C67 is #299398. Grayscale: #8B8B8B. Windows color (decimal): -2724761 or 6778070. OLE color: 6778070.
HSL color Cylindrical-coordinate representation of color #D66C67: hue angle of 2.7º 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 #D66C67 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 103 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.16 |
| HSL | 2.7º | 0.58% | 0.62% | - |
| HSV(B) | 2.7º | 0.52% | 0.84% | - |
| XYZ | 35.54 | 26 | 15.98 | - |
| YUV | 139.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 103 | 0 | 0.50 | 0.52 | 0.16 | 2.7 | 0.58 | 0.62 |
| Hex | D6 | 6C | 67 | 0 | 32 | 34 | 10 | 3 | 3A | 3E |
| Octal | 326 | 154 | 147 | 0 | 62 | 64 | 20 | 3 | 72 | 76 |
| Binary | 11010110 | 1101100 | 1100111 | 0 | 110010 | 110100 | 10000 | 11 | 111010 | 111110 |
Color Harmonies of #D66C67
Complementary color
Monochromatic Colors of #D66C67
Black with #D66C67
Text Example
Text Example
White with #D66C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66C67; }
p { color: rgb(214,108,103); }
H1.HeaderClassName
{
color: #D66C67;
}
.AnyTagClassName
{
color: #D66C67;
}
</style>
background-color css
<style>
a { background-color: #D66C67; }
a { background-color: rgb(214,108,103); }
div.DivClassName
{
background-color: #D66C67;
}
.BgClassName
{
background-color: #D66C67;
}
</style>
border-color css
<style>
span { border-color: #D66C67; }
span { border-color: rgb(214,108,103); }
td.TdClassName
{
border-color: #D66C67;
}
.TagClassName
{
border-color: #D66C67;
}
</style>