Shades of Sorbus #D66F3C
Tints of Sorbus #D66F3C
RGB
CMYK
RGB Variations
Color information
#D66F3C (or 0xD66F3C) is known color: Sorbus. HEX triplet: D6, 6F and 3C. RGB value is (214,111,60). Sum of RGB (Red+Green+Blue) = 214+111+60=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66F3C is #2990C3. Grayscale: #888888. Windows color (decimal): -2724036 or 3960790. OLE color: 3960790.
HSL color Cylindrical-coordinate representation of color #D66F3C: hue angle of 19.87º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D66F3C is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 60 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.16 |
| HSL | 19.87º | 0.65% | 0.54% | - |
| HSV(B) | 19.87º | 0.72% | 0.84% | - |
| XYZ | 34.23 | 25.99 | 7.49 | - |
| YUV | 135.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 60 | 0 | 0.48 | 0.72 | 0.16 | 19.87 | 0.65 | 0.54 |
| Hex | D6 | 6F | 3C | 0 | 30 | 48 | 10 | 14 | 41 | 36 |
| Octal | 326 | 157 | 74 | 0 | 60 | 110 | 20 | 24 | 101 | 66 |
| Binary | 11010110 | 1101111 | 111100 | 0 | 110000 | 1001000 | 10000 | 10100 | 1000001 | 110110 |
Color Harmonies of #D66F3C
Complementary color
Monochromatic Colors of #D66F3C
Black with #D66F3C
Text Example
Text Example
White with #D66F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66F3C; }
p { color: rgb(214,111,60); }
H1.HeaderClassName
{
color: #D66F3C;
}
.AnyTagClassName
{
color: #D66F3C;
}
</style>
background-color css
<style>
a { background-color: #D66F3C; }
a { background-color: rgb(214,111,60); }
div.DivClassName
{
background-color: #D66F3C;
}
.BgClassName
{
background-color: #D66F3C;
}
</style>
border-color css
<style>
span { border-color: #D66F3C; }
span { border-color: rgb(214,111,60); }
td.TdClassName
{
border-color: #D66F3C;
}
.TagClassName
{
border-color: #D66F3C;
}
</style>