Html Css Color HEX #DB470E Harley Davidson Orange
📋 copy color: '#DB470E'red 219 ◦ green 71 ◦ blue 14
Shades of Harley Davidson Orange #DB470E
Tints of Harley Davidson Orange #DB470E
RGB
CMYK
RGB Variations
Color information
#DB470E (or 0xDB470E) is known color: Harley Davidson Orange. HEX triplet: DB, 47 and 0E. RGB value is (219,71,14). Sum of RGB (Red+Green+Blue) = 219+71+14=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB470E is #24B8F1. Grayscale: #6D6D6D. Windows color (decimal): -2406642 or 935899. OLE color: 935899.
HSL color Cylindrical-coordinate representation of color #DB470E: hue angle of 16.68º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB470E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 14 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.14 |
| HSL | 16.68º | 0.88% | 0.46% | - |
| HSV(B) | 16.68º | 0.94% | 0.86% | - |
| XYZ | 31.55 | 19.6 | 2.54 | - |
| YUV | 108.75 | 74.53 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 14 | 0 | 0.68 | 0.94 | 0.14 | 16.68 | 0.88 | 0.46 |
| Hex | DB | 47 | E | 0 | 44 | 5E | E | 11 | 58 | 2E |
| Octal | 333 | 107 | 16 | 0 | 104 | 136 | 16 | 21 | 130 | 56 |
| Binary | 11011011 | 1000111 | 1110 | 0 | 1000100 | 1011110 | 1110 | 10001 | 1011000 | 101110 |
Color Harmonies of #DB470E
Complementary color
Monochromatic Colors of #DB470E
Black with #DB470E
Text Example
Text Example
White with #DB470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB470E; }
p { color: rgb(219,71,14); }
H1.HeaderClassName
{
color: #DB470E;
}
.AnyTagClassName
{
color: #DB470E;
}
</style>
background-color css
<style>
a { background-color: #DB470E; }
a { background-color: rgb(219,71,14); }
div.DivClassName
{
background-color: #DB470E;
}
.BgClassName
{
background-color: #DB470E;
}
</style>
border-color css
<style>
span { border-color: #DB470E; }
span { border-color: rgb(219,71,14); }
td.TdClassName
{
border-color: #DB470E;
}
.TagClassName
{
border-color: #DB470E;
}
</style>