Html Css Color HEX #DB460F Harley Davidson Orange
📋 copy color: '#DB460F'red 219 ◦ green 70 ◦ blue 15
Shades of Harley Davidson Orange #DB460F
Tints of Harley Davidson Orange #DB460F
RGB
CMYK
RGB Variations
Color information
#DB460F (or 0xDB460F) is known color: Harley Davidson Orange. HEX triplet: DB, 46 and 0F. RGB value is (219,70,15). Sum of RGB (Red+Green+Blue) = 219+70+15=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB460F is #24B9F0. Grayscale: #6C6C6C. Windows color (decimal): -2406897 or 1001179. OLE color: 1001179.
HSL color Cylindrical-coordinate representation of color #DB460F: hue angle of 16.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB460F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.14 |
| HSL | 16.18º | 0.87% | 0.46% | - |
| HSV(B) | 16.18º | 0.93% | 0.86% | - |
| XYZ | 31.49 | 19.47 | 2.55 | - |
| YUV | 108.28 | 75.36 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 15 | 0 | 0.68 | 0.93 | 0.14 | 16.18 | 0.87 | 0.46 |
| Hex | DB | 46 | F | 0 | 44 | 5D | E | 10 | 57 | 2E |
| Octal | 333 | 106 | 17 | 0 | 104 | 135 | 16 | 20 | 127 | 56 |
| Binary | 11011011 | 1000110 | 1111 | 0 | 1000100 | 1011101 | 1110 | 10000 | 1010111 | 101110 |
Color Harmonies of #DB460F
Complementary color
Monochromatic Colors of #DB460F
Black with #DB460F
Text Example
Text Example
White with #DB460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB460F; }
p { color: rgb(219,70,15); }
H1.HeaderClassName
{
color: #DB460F;
}
.AnyTagClassName
{
color: #DB460F;
}
</style>
background-color css
<style>
a { background-color: #DB460F; }
a { background-color: rgb(219,70,15); }
div.DivClassName
{
background-color: #DB460F;
}
.BgClassName
{
background-color: #DB460F;
}
</style>
border-color css
<style>
span { border-color: #DB460F; }
span { border-color: rgb(219,70,15); }
td.TdClassName
{
border-color: #DB460F;
}
.TagClassName
{
border-color: #DB460F;
}
</style>