Html Css Color HEX #DB4917 Harley Davidson Orange
📋 copy color: '#DB4917'red 219 ◦ green 73 ◦ blue 23
Shades of Harley Davidson Orange #DB4917
Tints of Harley Davidson Orange #DB4917
RGB
CMYK
RGB Variations
Color information
#DB4917 (or 0xDB4917) is known color: Harley Davidson Orange. HEX triplet: DB, 49 and 17. RGB value is (219,73,23). Sum of RGB (Red+Green+Blue) = 219+73+23=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4917 is #24B6E8. Grayscale: #6F6F6F. Windows color (decimal): -2406121 or 1526235. OLE color: 1526235.
HSL color Cylindrical-coordinate representation of color #DB4917: hue angle of 15.31º 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 #DB4917 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 23 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.14 |
| HSL | 15.31º | 0.81% | 0.47% | - |
| HSV(B) | 15.31º | 0.89% | 0.86% | - |
| XYZ | 31.75 | 19.89 | 2.98 | - |
| YUV | 110.95 | 78.37 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 23 | 0 | 0.67 | 0.89 | 0.14 | 15.31 | 0.81 | 0.47 |
| Hex | DB | 49 | 17 | 0 | 43 | 59 | E | F | 51 | 2F |
| Octal | 333 | 111 | 27 | 0 | 103 | 131 | 16 | 17 | 121 | 57 |
| Binary | 11011011 | 1001001 | 10111 | 0 | 1000011 | 1011001 | 1110 | 1111 | 1010001 | 101111 |
Color Harmonies of #DB4917
Complementary color
Monochromatic Colors of #DB4917
Black with #DB4917
Text Example
Text Example
White with #DB4917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4917; }
p { color: rgb(219,73,23); }
H1.HeaderClassName
{
color: #DB4917;
}
.AnyTagClassName
{
color: #DB4917;
}
</style>
background-color css
<style>
a { background-color: #DB4917; }
a { background-color: rgb(219,73,23); }
div.DivClassName
{
background-color: #DB4917;
}
.BgClassName
{
background-color: #DB4917;
}
</style>
border-color css
<style>
span { border-color: #DB4917; }
span { border-color: rgb(219,73,23); }
td.TdClassName
{
border-color: #DB4917;
}
.TagClassName
{
border-color: #DB4917;
}
</style>