Shades of Roman #D66763
Tints of Roman #D66763
RGB
CMYK
RGB Variations
Color information
#D66763 (or 0xD66763) is known color: Roman. HEX triplet: D6, 67 and 63. RGB value is (214,103,99). Sum of RGB (Red+Green+Blue) = 214+103+99=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D66763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66763 is #29989C. Grayscale: #878787. Windows color (decimal): -2726045 or 6514646. OLE color: 6514646.
HSL color Cylindrical-coordinate representation of color #D66763: hue angle of 2.09º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66763 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 99 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.16 |
| HSL | 2.09º | 0.58% | 0.61% | - |
| HSV(B) | 2.09º | 0.54% | 0.84% | - |
| XYZ | 34.83 | 24.9 | 14.77 | - |
| YUV | 135.73 | 107.27 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 99 | 0 | 0.52 | 0.54 | 0.16 | 2.09 | 0.58 | 0.61 |
| Hex | D6 | 67 | 63 | 0 | 34 | 36 | 10 | 2 | 3A | 3D |
| Octal | 326 | 147 | 143 | 0 | 64 | 66 | 20 | 2 | 72 | 75 |
| Binary | 11010110 | 1100111 | 1100011 | 0 | 110100 | 110110 | 10000 | 10 | 111010 | 111101 |
Color Harmonies of #D66763
Complementary color
Monochromatic Colors of #D66763
Black with #D66763
Text Example
Text Example
White with #D66763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66763; }
p { color: rgb(214,103,99); }
H1.HeaderClassName
{
color: #D66763;
}
.AnyTagClassName
{
color: #D66763;
}
</style>
background-color css
<style>
a { background-color: #D66763; }
a { background-color: rgb(214,103,99); }
div.DivClassName
{
background-color: #D66763;
}
.BgClassName
{
background-color: #D66763;
}
</style>
border-color css
<style>
span { border-color: #D66763; }
span { border-color: rgb(214,103,99); }
td.TdClassName
{
border-color: #D66763;
}
.TagClassName
{
border-color: #D66763;
}
</style>