Shades of Sorbus #DB673F
Tints of Sorbus #DB673F
RGB
CMYK
RGB Variations
Color information
#DB673F (or 0xDB673F) is known color: Sorbus. HEX triplet: DB, 67 and 3F. RGB value is (219,103,63). Sum of RGB (Red+Green+Blue) = 219+103+63=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB673F is #2498C0. Grayscale: #858585. Windows color (decimal): -2398401 or 4155355. OLE color: 4155355.
HSL color Cylindrical-coordinate representation of color #DB673F: hue angle of 15.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB673F is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 63 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.14 |
| HSL | 15.38º | 0.68% | 0.55% | - |
| HSV(B) | 15.38º | 0.71% | 0.86% | - |
| XYZ | 34.96 | 25.12 | 7.71 | - |
| YUV | 133.12 | 88.43 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 63 | 0 | 0.53 | 0.71 | 0.14 | 15.38 | 0.68 | 0.55 |
| Hex | DB | 67 | 3F | 0 | 35 | 47 | E | F | 44 | 37 |
| Octal | 333 | 147 | 77 | 0 | 65 | 107 | 16 | 17 | 104 | 67 |
| Binary | 11011011 | 1100111 | 111111 | 0 | 110101 | 1000111 | 1110 | 1111 | 1000100 | 110111 |
Color Harmonies of #DB673F
Complementary color
Monochromatic Colors of #DB673F
Black with #DB673F
Text Example
Text Example
White with #DB673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB673F; }
p { color: rgb(219,103,63); }
H1.HeaderClassName
{
color: #DB673F;
}
.AnyTagClassName
{
color: #DB673F;
}
</style>
background-color css
<style>
a { background-color: #DB673F; }
a { background-color: rgb(219,103,63); }
div.DivClassName
{
background-color: #DB673F;
}
.BgClassName
{
background-color: #DB673F;
}
</style>
border-color css
<style>
span { border-color: #DB673F; }
span { border-color: rgb(219,103,63); }
td.TdClassName
{
border-color: #DB673F;
}
.TagClassName
{
border-color: #DB673F;
}
</style>