Html Css Color HEX #DA4A17 Harley Davidson Orange
📋 copy color: '#DA4A17'red 218 ◦ green 74 ◦ blue 23
Shades of Harley Davidson Orange #DA4A17
Tints of Harley Davidson Orange #DA4A17
RGB
CMYK
RGB Variations
Color information
#DA4A17 (or 0xDA4A17) is known color: Harley Davidson Orange. HEX triplet: DA, 4A and 17. RGB value is (218,74,23). Sum of RGB (Red+Green+Blue) = 218+74+23=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4A17 is #25B5E8. Grayscale: #6F6F6F. Windows color (decimal): -2471401 or 1526490. OLE color: 1526490.
HSL color Cylindrical-coordinate representation of color #DA4A17: hue angle of 15.69º 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 #DA4A17 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 23 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.15 |
| HSL | 15.69º | 0.81% | 0.47% | - |
| HSV(B) | 15.69º | 0.89% | 0.85% | - |
| XYZ | 31.52 | 19.86 | 2.98 | - |
| YUV | 111.24 | 78.21 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 23 | 0 | 0.66 | 0.89 | 0.15 | 15.69 | 0.81 | 0.47 |
| Hex | DA | 4A | 17 | 0 | 42 | 59 | F | 10 | 51 | 2F |
| Octal | 332 | 112 | 27 | 0 | 102 | 131 | 17 | 20 | 121 | 57 |
| Binary | 11011010 | 1001010 | 10111 | 0 | 1000010 | 1011001 | 1111 | 10000 | 1010001 | 101111 |
Color Harmonies of #DA4A17
Complementary color
Monochromatic Colors of #DA4A17
Black with #DA4A17
Text Example
Text Example
White with #DA4A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A17; }
p { color: rgb(218,74,23); }
H1.HeaderClassName
{
color: #DA4A17;
}
.AnyTagClassName
{
color: #DA4A17;
}
</style>
background-color css
<style>
a { background-color: #DA4A17; }
a { background-color: rgb(218,74,23); }
div.DivClassName
{
background-color: #DA4A17;
}
.BgClassName
{
background-color: #DA4A17;
}
</style>
border-color css
<style>
span { border-color: #DA4A17; }
span { border-color: rgb(218,74,23); }
td.TdClassName
{
border-color: #DA4A17;
}
.TagClassName
{
border-color: #DA4A17;
}
</style>