Shades of Roman #D66C5C
Tints of Roman #D66C5C
RGB
CMYK
RGB Variations
Color information
#D66C5C (or 0xD66C5C) is known color: Roman. HEX triplet: D6, 6C and 5C. RGB value is (214,108,92). Sum of RGB (Red+Green+Blue) = 214+108+92=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C5C is #2993A3. Grayscale: #8A8A8A. Windows color (decimal): -2724772 or 6057174. OLE color: 6057174.
HSL color Cylindrical-coordinate representation of color #D66C5C: hue angle of 7.87º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D66C5C is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 92 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.16 |
| HSL | 7.87º | 0.6% | 0.6% | - |
| HSV(B) | 7.87º | 0.57% | 0.84% | - |
| XYZ | 35.03 | 25.79 | 13.26 | - |
| YUV | 137.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 92 | 0 | 0.50 | 0.57 | 0.16 | 7.87 | 0.6 | 0.6 |
| Hex | D6 | 6C | 5C | 0 | 32 | 39 | 10 | 8 | 3C | 3C |
| Octal | 326 | 154 | 134 | 0 | 62 | 71 | 20 | 10 | 74 | 74 |
| Binary | 11010110 | 1101100 | 1011100 | 0 | 110010 | 111001 | 10000 | 1000 | 111100 | 111100 |
Color Harmonies of #D66C5C
Complementary color
Monochromatic Colors of #D66C5C
Black with #D66C5C
Text Example
Text Example
White with #D66C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66C5C; }
p { color: rgb(214,108,92); }
H1.HeaderClassName
{
color: #D66C5C;
}
.AnyTagClassName
{
color: #D66C5C;
}
</style>
background-color css
<style>
a { background-color: #D66C5C; }
a { background-color: rgb(214,108,92); }
div.DivClassName
{
background-color: #D66C5C;
}
.BgClassName
{
background-color: #D66C5C;
}
</style>
border-color css
<style>
span { border-color: #D66C5C; }
span { border-color: rgb(214,108,92); }
td.TdClassName
{
border-color: #D66C5C;
}
.TagClassName
{
border-color: #D66C5C;
}
</style>