Html Css Color HEX #DA4617 Harley Davidson Orange
📋 copy color: '#DA4617'red 218 ◦ green 70 ◦ blue 23
Shades of Harley Davidson Orange #DA4617
Tints of Harley Davidson Orange #DA4617
RGB
CMYK
RGB Variations
Color information
#DA4617 (or 0xDA4617) is known color: Harley Davidson Orange. HEX triplet: DA, 46 and 17. RGB value is (218,70,23). Sum of RGB (Red+Green+Blue) = 218+70+23=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4617 is #25B9E8. Grayscale: #6D6D6D. Windows color (decimal): -2472425 or 1525466. OLE color: 1525466.
HSL color Cylindrical-coordinate representation of color #DA4617: hue angle of 14.46º 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 #DA4617 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 23 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.15 |
| HSL | 14.46º | 0.81% | 0.47% | - |
| HSV(B) | 14.46º | 0.89% | 0.85% | - |
| XYZ | 31.26 | 19.35 | 2.9 | - |
| YUV | 108.89 | 79.53 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 23 | 0 | 0.68 | 0.89 | 0.15 | 14.46 | 0.81 | 0.47 |
| Hex | DA | 46 | 17 | 0 | 44 | 59 | F | E | 51 | 2F |
| Octal | 332 | 106 | 27 | 0 | 104 | 131 | 17 | 16 | 121 | 57 |
| Binary | 11011010 | 1000110 | 10111 | 0 | 1000100 | 1011001 | 1111 | 1110 | 1010001 | 101111 |
Color Harmonies of #DA4617
Complementary color
Monochromatic Colors of #DA4617
Black with #DA4617
Text Example
Text Example
White with #DA4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4617; }
p { color: rgb(218,70,23); }
H1.HeaderClassName
{
color: #DA4617;
}
.AnyTagClassName
{
color: #DA4617;
}
</style>
background-color css
<style>
a { background-color: #DA4617; }
a { background-color: rgb(218,70,23); }
div.DivClassName
{
background-color: #DA4617;
}
.BgClassName
{
background-color: #DA4617;
}
</style>
border-color css
<style>
span { border-color: #DA4617; }
span { border-color: rgb(218,70,23); }
td.TdClassName
{
border-color: #DA4617;
}
.TagClassName
{
border-color: #DA4617;
}
</style>