Shades of Sorbus #D97038
Tints of Sorbus #D97038
RGB
CMYK
RGB Variations
Color information
#D97038 (or 0xD97038) is known color: Sorbus. HEX triplet: D9, 70 and 38. RGB value is (217,112,56). Sum of RGB (Red+Green+Blue) = 217+112+56=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D97038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97038 is #268FC7. Grayscale: #898989. Windows color (decimal): -2527176 or 3698905. OLE color: 3698905.
HSL color Cylindrical-coordinate representation of color #D97038: hue angle of 20.87º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D97038 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 56 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.15 |
| HSL | 20.87º | 0.68% | 0.54% | - |
| HSV(B) | 20.87º | 0.74% | 0.85% | - |
| XYZ | 35.12 | 26.63 | 7.03 | - |
| YUV | 137.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 56 | 0 | 0.48 | 0.74 | 0.15 | 20.87 | 0.68 | 0.54 |
| Hex | D9 | 70 | 38 | 0 | 30 | 4A | F | 15 | 44 | 36 |
| Octal | 331 | 160 | 70 | 0 | 60 | 112 | 17 | 25 | 104 | 66 |
| Binary | 11011001 | 1110000 | 111000 | 0 | 110000 | 1001010 | 1111 | 10101 | 1000100 | 110110 |
Color Harmonies of #D97038
Complementary color
Monochromatic Colors of #D97038
Black with #D97038
Text Example
Text Example
White with #D97038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97038; }
p { color: rgb(217,112,56); }
H1.HeaderClassName
{
color: #D97038;
}
.AnyTagClassName
{
color: #D97038;
}
</style>
background-color css
<style>
a { background-color: #D97038; }
a { background-color: rgb(217,112,56); }
div.DivClassName
{
background-color: #D97038;
}
.BgClassName
{
background-color: #D97038;
}
</style>
border-color css
<style>
span { border-color: #D97038; }
span { border-color: rgb(217,112,56); }
td.TdClassName
{
border-color: #D97038;
}
.TagClassName
{
border-color: #D97038;
}
</style>