Html Css Color HEX #D04917 Harley Davidson Orange
📋 copy color: '#D04917'red 208 ◦ green 73 ◦ blue 23
Shades of Harley Davidson Orange #D04917
Tints of Harley Davidson Orange #D04917
RGB
CMYK
RGB Variations
Color information
#D04917 (or 0xD04917) is known color: Harley Davidson Orange. HEX triplet: D0, 49 and 17. RGB value is (208,73,23). Sum of RGB (Red+Green+Blue) = 208+73+23=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D04917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04917 is #2FB6E8. Grayscale: #6C6C6C. Windows color (decimal): -3127017 or 1526224. OLE color: 1526224.
HSL color Cylindrical-coordinate representation of color #D04917: hue angle of 16.22º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D04917 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 23 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.18 |
| HSL | 16.22º | 0.8% | 0.45% | - |
| HSV(B) | 16.22º | 0.89% | 0.82% | - |
| XYZ | 28.55 | 18.24 | 2.83 | - |
| YUV | 107.67 | 80.23 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 23 | 0 | 0.65 | 0.89 | 0.18 | 16.22 | 0.8 | 0.45 |
| Hex | D0 | 49 | 17 | 0 | 41 | 59 | 12 | 10 | 50 | 2D |
| Octal | 320 | 111 | 27 | 0 | 101 | 131 | 22 | 20 | 120 | 55 |
| Binary | 11010000 | 1001001 | 10111 | 0 | 1000001 | 1011001 | 10010 | 10000 | 1010000 | 101101 |
Color Harmonies of #D04917
Complementary color
Monochromatic Colors of #D04917
Black with #D04917
Text Example
Text Example
White with #D04917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04917; }
p { color: rgb(208,73,23); }
H1.HeaderClassName
{
color: #D04917;
}
.AnyTagClassName
{
color: #D04917;
}
</style>
background-color css
<style>
a { background-color: #D04917; }
a { background-color: rgb(208,73,23); }
div.DivClassName
{
background-color: #D04917;
}
.BgClassName
{
background-color: #D04917;
}
</style>
border-color css
<style>
span { border-color: #D04917; }
span { border-color: rgb(208,73,23); }
td.TdClassName
{
border-color: #D04917;
}
.TagClassName
{
border-color: #D04917;
}
</style>