Shades of Roman #D66B5A
Tints of Roman #D66B5A
RGB
CMYK
RGB Variations
Color information
#D66B5A (or 0xD66B5A) is known color: Roman. HEX triplet: D6, 6B and 5A. RGB value is (214,107,90). Sum of RGB (Red+Green+Blue) = 214+107+90=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66B5A is #2994A5. Grayscale: #898989. Windows color (decimal): -2725030 or 5925846. OLE color: 5925846.
HSL color Cylindrical-coordinate representation of color #D66B5A: hue angle of 8.23º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D66B5A is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 107 | 90 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.16 |
| HSL | 8.23º | 0.6% | 0.6% | - |
| HSV(B) | 8.23º | 0.58% | 0.84% | - |
| XYZ | 34.83 | 25.55 | 12.77 | - |
| YUV | 137.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 90 | 0 | 0.50 | 0.58 | 0.16 | 8.23 | 0.6 | 0.6 |
| Hex | D6 | 6B | 5A | 0 | 32 | 3A | 10 | 8 | 3C | 3C |
| Octal | 326 | 153 | 132 | 0 | 62 | 72 | 20 | 10 | 74 | 74 |
| Binary | 11010110 | 1101011 | 1011010 | 0 | 110010 | 111010 | 10000 | 1000 | 111100 | 111100 |
Color Harmonies of #D66B5A
Complementary color
Monochromatic Colors of #D66B5A
Black with #D66B5A
Text Example
Text Example
White with #D66B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66B5A; }
p { color: rgb(214,107,90); }
H1.HeaderClassName
{
color: #D66B5A;
}
.AnyTagClassName
{
color: #D66B5A;
}
</style>
background-color css
<style>
a { background-color: #D66B5A; }
a { background-color: rgb(214,107,90); }
div.DivClassName
{
background-color: #D66B5A;
}
.BgClassName
{
background-color: #D66B5A;
}
</style>
border-color css
<style>
span { border-color: #D66B5A; }
span { border-color: rgb(214,107,90); }
td.TdClassName
{
border-color: #D66B5A;
}
.TagClassName
{
border-color: #D66B5A;
}
</style>