Shades of Sorbus #D66738
Tints of Sorbus #D66738
RGB
CMYK
RGB Variations
Color information
#D66738 (or 0xD66738) is known color: Sorbus. HEX triplet: D6, 67 and 38. RGB value is (214,103,56). Sum of RGB (Red+Green+Blue) = 214+103+56=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D66738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66738 is #2998C7. Grayscale: #838383. Windows color (decimal): -2726088 or 3696598. OLE color: 3696598.
HSL color Cylindrical-coordinate representation of color #D66738: hue angle of 17.85º 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 #D66738 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 56 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.16 |
| HSL | 17.85º | 0.66% | 0.53% | - |
| HSV(B) | 17.85º | 0.74% | 0.84% | - |
| XYZ | 33.3 | 24.28 | 6.67 | - |
| YUV | 130.83 | 85.77 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 56 | 0 | 0.52 | 0.74 | 0.16 | 17.85 | 0.66 | 0.53 |
| Hex | D6 | 67 | 38 | 0 | 34 | 4A | 10 | 12 | 42 | 35 |
| Octal | 326 | 147 | 70 | 0 | 64 | 112 | 20 | 22 | 102 | 65 |
| Binary | 11010110 | 1100111 | 111000 | 0 | 110100 | 1001010 | 10000 | 10010 | 1000010 | 110101 |
Color Harmonies of #D66738
Complementary color
Monochromatic Colors of #D66738
Black with #D66738
Text Example
Text Example
White with #D66738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66738; }
p { color: rgb(214,103,56); }
H1.HeaderClassName
{
color: #D66738;
}
.AnyTagClassName
{
color: #D66738;
}
</style>
background-color css
<style>
a { background-color: #D66738; }
a { background-color: rgb(214,103,56); }
div.DivClassName
{
background-color: #D66738;
}
.BgClassName
{
background-color: #D66738;
}
</style>
border-color css
<style>
span { border-color: #D66738; }
span { border-color: rgb(214,103,56); }
td.TdClassName
{
border-color: #D66738;
}
.TagClassName
{
border-color: #D66738;
}
</style>