Shades of Sorbus #D66537
Tints of Sorbus #D66537
RGB
CMYK
RGB Variations
Color information
#D66537 (or 0xD66537) is known color: Sorbus. HEX triplet: D6, 65 and 37. RGB value is (214,101,55). Sum of RGB (Red+Green+Blue) = 214+101+55=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D66537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66537 is #299AC8. Grayscale: #818181. Windows color (decimal): -2726601 or 3630550. OLE color: 3630550.
HSL color Cylindrical-coordinate representation of color #D66537: hue angle of 17.36º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D66537 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 55 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.16 |
| HSL | 17.36º | 0.66% | 0.53% | - |
| HSV(B) | 17.36º | 0.74% | 0.84% | - |
| XYZ | 33.07 | 23.88 | 6.48 | - |
| YUV | 129.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 55 | 0 | 0.53 | 0.74 | 0.16 | 17.36 | 0.66 | 0.53 |
| Hex | D6 | 65 | 37 | 0 | 35 | 4A | 10 | 11 | 42 | 35 |
| Octal | 326 | 145 | 67 | 0 | 65 | 112 | 20 | 21 | 102 | 65 |
| Binary | 11010110 | 1100101 | 110111 | 0 | 110101 | 1001010 | 10000 | 10001 | 1000010 | 110101 |
Color Harmonies of #D66537
Complementary color
Monochromatic Colors of #D66537
Black with #D66537
Text Example
Text Example
White with #D66537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66537; }
p { color: rgb(214,101,55); }
H1.HeaderClassName
{
color: #D66537;
}
.AnyTagClassName
{
color: #D66537;
}
</style>
background-color css
<style>
a { background-color: #D66537; }
a { background-color: rgb(214,101,55); }
div.DivClassName
{
background-color: #D66537;
}
.BgClassName
{
background-color: #D66537;
}
</style>
border-color css
<style>
span { border-color: #D66537; }
span { border-color: rgb(214,101,55); }
td.TdClassName
{
border-color: #D66537;
}
.TagClassName
{
border-color: #D66537;
}
</style>