Html Css Color HEX #DB4617 Harley Davidson Orange
📋 copy color: '#DB4617'red 219 ◦ green 70 ◦ blue 23
Shades of Harley Davidson Orange #DB4617
Tints of Harley Davidson Orange #DB4617
RGB
CMYK
RGB Variations
Color information
#DB4617 (or 0xDB4617) is known color: Harley Davidson Orange. HEX triplet: DB, 46 and 17. RGB value is (219,70,23). Sum of RGB (Red+Green+Blue) = 219+70+23=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4617 is #24B9E8. Grayscale: #6D6D6D. Windows color (decimal): -2406889 or 1525467. OLE color: 1525467.
HSL color Cylindrical-coordinate representation of color #DB4617: hue angle of 14.39º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB4617 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 23 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.14 |
| HSL | 14.39º | 0.81% | 0.47% | - |
| HSV(B) | 14.39º | 0.89% | 0.86% | - |
| XYZ | 31.56 | 19.5 | 2.91 | - |
| YUV | 109.19 | 79.36 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 23 | 0 | 0.68 | 0.89 | 0.14 | 14.39 | 0.81 | 0.47 |
| Hex | DB | 46 | 17 | 0 | 44 | 59 | E | E | 51 | 2F |
| Octal | 333 | 106 | 27 | 0 | 104 | 131 | 16 | 16 | 121 | 57 |
| Binary | 11011011 | 1000110 | 10111 | 0 | 1000100 | 1011001 | 1110 | 1110 | 1010001 | 101111 |
Color Harmonies of #DB4617
Complementary color
Monochromatic Colors of #DB4617
Black with #DB4617
Text Example
Text Example
White with #DB4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4617; }
p { color: rgb(219,70,23); }
H1.HeaderClassName
{
color: #DB4617;
}
.AnyTagClassName
{
color: #DB4617;
}
</style>
background-color css
<style>
a { background-color: #DB4617; }
a { background-color: rgb(219,70,23); }
div.DivClassName
{
background-color: #DB4617;
}
.BgClassName
{
background-color: #DB4617;
}
</style>
border-color css
<style>
span { border-color: #DB4617; }
span { border-color: rgb(219,70,23); }
td.TdClassName
{
border-color: #DB4617;
}
.TagClassName
{
border-color: #DB4617;
}
</style>