Shades of Sorbus #DC7438
Tints of Sorbus #DC7438
RGB
CMYK
RGB Variations
Color information
#DC7438 (or 0xDC7438) is known color: Sorbus. HEX triplet: DC, 74 and 38. RGB value is (220,116,56). Sum of RGB (Red+Green+Blue) = 220+116+56=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7438 is #238BC7. Grayscale: #8C8C8C. Windows color (decimal): -2329544 or 3699932. OLE color: 3699932.
HSL color Cylindrical-coordinate representation of color #DC7438: hue angle of 21.95º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC7438 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 56 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.14 |
| HSL | 21.95º | 0.7% | 0.54% | - |
| HSV(B) | 21.95º | 0.75% | 0.86% | - |
| XYZ | 36.47 | 27.99 | 7.22 | - |
| YUV | 140.26 | 80.46 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 56 | 0 | 0.47 | 0.75 | 0.14 | 21.95 | 0.7 | 0.54 |
| Hex | DC | 74 | 38 | 0 | 2F | 4B | E | 16 | 46 | 36 |
| Octal | 334 | 164 | 70 | 0 | 57 | 113 | 16 | 26 | 106 | 66 |
| Binary | 11011100 | 1110100 | 111000 | 0 | 101111 | 1001011 | 1110 | 10110 | 1000110 | 110110 |
Color Harmonies of #DC7438
Complementary color
Monochromatic Colors of #DC7438
Black with #DC7438
Text Example
Text Example
White with #DC7438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7438; }
p { color: rgb(220,116,56); }
H1.HeaderClassName
{
color: #DC7438;
}
.AnyTagClassName
{
color: #DC7438;
}
</style>
background-color css
<style>
a { background-color: #DC7438; }
a { background-color: rgb(220,116,56); }
div.DivClassName
{
background-color: #DC7438;
}
.BgClassName
{
background-color: #DC7438;
}
</style>
border-color css
<style>
span { border-color: #DC7438; }
span { border-color: rgb(220,116,56); }
td.TdClassName
{
border-color: #DC7438;
}
.TagClassName
{
border-color: #DC7438;
}
</style>