Html Css Color HEX #DA4717 Harley Davidson Orange
📋 copy color: '#DA4717'red 218 ◦ green 71 ◦ blue 23
Shades of Harley Davidson Orange #DA4717
Tints of Harley Davidson Orange #DA4717
RGB
CMYK
RGB Variations
Color information
#DA4717 (or 0xDA4717) is known color: Harley Davidson Orange. HEX triplet: DA, 47 and 17. RGB value is (218,71,23). Sum of RGB (Red+Green+Blue) = 218+71+23=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4717 is #25B8E8. Grayscale: #6D6D6D. Windows color (decimal): -2472169 or 1525722. OLE color: 1525722.
HSL color Cylindrical-coordinate representation of color #DA4717: hue angle of 14.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA4717 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 23 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.15 |
| HSL | 14.77º | 0.81% | 0.47% | - |
| HSV(B) | 14.77º | 0.89% | 0.85% | - |
| XYZ | 31.32 | 19.47 | 2.92 | - |
| YUV | 109.48 | 79.2 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 23 | 0 | 0.67 | 0.89 | 0.15 | 14.77 | 0.81 | 0.47 |
| Hex | DA | 47 | 17 | 0 | 43 | 59 | F | F | 51 | 2F |
| Octal | 332 | 107 | 27 | 0 | 103 | 131 | 17 | 17 | 121 | 57 |
| Binary | 11011010 | 1000111 | 10111 | 0 | 1000011 | 1011001 | 1111 | 1111 | 1010001 | 101111 |
Color Harmonies of #DA4717
Complementary color
Monochromatic Colors of #DA4717
Black with #DA4717
Text Example
Text Example
White with #DA4717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4717; }
p { color: rgb(218,71,23); }
H1.HeaderClassName
{
color: #DA4717;
}
.AnyTagClassName
{
color: #DA4717;
}
</style>
background-color css
<style>
a { background-color: #DA4717; }
a { background-color: rgb(218,71,23); }
div.DivClassName
{
background-color: #DA4717;
}
.BgClassName
{
background-color: #DA4717;
}
</style>
border-color css
<style>
span { border-color: #DA4717; }
span { border-color: rgb(218,71,23); }
td.TdClassName
{
border-color: #DA4717;
}
.TagClassName
{
border-color: #DA4717;
}
</style>