Shades of Sorbus #D66A3A
Tints of Sorbus #D66A3A
RGB
CMYK
RGB Variations
Color information
#D66A3A (or 0xD66A3A) is known color: Sorbus. HEX triplet: D6, 6A and 3A. RGB value is (214,106,58). Sum of RGB (Red+Green+Blue) = 214+106+58=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A3A is #2995C5. Grayscale: #858585. Windows color (decimal): -2725318 or 3828438. OLE color: 3828438.
HSL color Cylindrical-coordinate representation of color #D66A3A: hue angle of 18.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D66A3A is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 58 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.16 |
| HSL | 18.46º | 0.66% | 0.53% | - |
| HSV(B) | 18.46º | 0.73% | 0.84% | - |
| XYZ | 33.65 | 24.91 | 7.04 | - |
| YUV | 132.82 | 85.78 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 58 | 0 | 0.50 | 0.73 | 0.16 | 18.46 | 0.66 | 0.53 |
| Hex | D6 | 6A | 3A | 0 | 32 | 49 | 10 | 12 | 42 | 35 |
| Octal | 326 | 152 | 72 | 0 | 62 | 111 | 20 | 22 | 102 | 65 |
| Binary | 11010110 | 1101010 | 111010 | 0 | 110010 | 1001001 | 10000 | 10010 | 1000010 | 110101 |
Color Harmonies of #D66A3A
Complementary color
Monochromatic Colors of #D66A3A
Black with #D66A3A
Text Example
Text Example
White with #D66A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66A3A; }
p { color: rgb(214,106,58); }
H1.HeaderClassName
{
color: #D66A3A;
}
.AnyTagClassName
{
color: #D66A3A;
}
</style>
background-color css
<style>
a { background-color: #D66A3A; }
a { background-color: rgb(214,106,58); }
div.DivClassName
{
background-color: #D66A3A;
}
.BgClassName
{
background-color: #D66A3A;
}
</style>
border-color css
<style>
span { border-color: #D66A3A; }
span { border-color: rgb(214,106,58); }
td.TdClassName
{
border-color: #D66A3A;
}
.TagClassName
{
border-color: #D66A3A;
}
</style>