Shades of Sorbus #D8743D
Tints of Sorbus #D8743D
RGB
CMYK
RGB Variations
Color information
#D8743D (or 0xD8743D) is known color: Sorbus. HEX triplet: D8, 74 and 3D. RGB value is (216,116,61). Sum of RGB (Red+Green+Blue) = 216+116+61=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8743D is #278BC2. Grayscale: #8B8B8B. Windows color (decimal): -2591683 or 4027608. OLE color: 4027608.
HSL color Cylindrical-coordinate representation of color #D8743D: hue angle of 21.29º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8743D is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 61 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.15 |
| HSL | 21.29º | 0.67% | 0.54% | - |
| HSV(B) | 21.29º | 0.72% | 0.85% | - |
| XYZ | 35.41 | 27.43 | 7.84 | - |
| YUV | 139.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 61 | 0 | 0.46 | 0.72 | 0.15 | 21.29 | 0.67 | 0.54 |
| Hex | D8 | 74 | 3D | 0 | 2E | 48 | F | 15 | 43 | 36 |
| Octal | 330 | 164 | 75 | 0 | 56 | 110 | 17 | 25 | 103 | 66 |
| Binary | 11011000 | 1110100 | 111101 | 0 | 101110 | 1001000 | 1111 | 10101 | 1000011 | 110110 |
Color Harmonies of #D8743D
Complementary color
Monochromatic Colors of #D8743D
Black with #D8743D
Text Example
Text Example
White with #D8743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8743D; }
p { color: rgb(216,116,61); }
H1.HeaderClassName
{
color: #D8743D;
}
.AnyTagClassName
{
color: #D8743D;
}
</style>
background-color css
<style>
a { background-color: #D8743D; }
a { background-color: rgb(216,116,61); }
div.DivClassName
{
background-color: #D8743D;
}
.BgClassName
{
background-color: #D8743D;
}
</style>
border-color css
<style>
span { border-color: #D8743D; }
span { border-color: rgb(216,116,61); }
td.TdClassName
{
border-color: #D8743D;
}
.TagClassName
{
border-color: #D8743D;
}
</style>