Html Css Color HEX #DA4614 Harley Davidson Orange
📋 copy color: '#DA4614'red 218 ◦ green 70 ◦ blue 20
Shades of Harley Davidson Orange #DA4614
Tints of Harley Davidson Orange #DA4614
RGB
CMYK
RGB Variations
Color information
#DA4614 (or 0xDA4614) is known color: Harley Davidson Orange. HEX triplet: DA, 46 and 14. RGB value is (218,70,20). Sum of RGB (Red+Green+Blue) = 218+70+20=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4614 is #25B9EB. Grayscale: #6C6C6C. Windows color (decimal): -2472428 or 1328858. OLE color: 1328858.
HSL color Cylindrical-coordinate representation of color #DA4614: hue angle of 15.15º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA4614 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.15 |
| HSL | 15.15º | 0.83% | 0.47% | - |
| HSV(B) | 15.15º | 0.91% | 0.85% | - |
| XYZ | 31.23 | 19.34 | 2.75 | - |
| YUV | 108.55 | 78.03 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 20 | 0 | 0.68 | 0.91 | 0.15 | 15.15 | 0.83 | 0.47 |
| Hex | DA | 46 | 14 | 0 | 44 | 5B | F | F | 53 | 2F |
| Octal | 332 | 106 | 24 | 0 | 104 | 133 | 17 | 17 | 123 | 57 |
| Binary | 11011010 | 1000110 | 10100 | 0 | 1000100 | 1011011 | 1111 | 1111 | 1010011 | 101111 |
Color Harmonies of #DA4614
Complementary color
Monochromatic Colors of #DA4614
Black with #DA4614
Text Example
Text Example
White with #DA4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4614; }
p { color: rgb(218,70,20); }
H1.HeaderClassName
{
color: #DA4614;
}
.AnyTagClassName
{
color: #DA4614;
}
</style>
background-color css
<style>
a { background-color: #DA4614; }
a { background-color: rgb(218,70,20); }
div.DivClassName
{
background-color: #DA4614;
}
.BgClassName
{
background-color: #DA4614;
}
</style>
border-color css
<style>
span { border-color: #DA4614; }
span { border-color: rgb(218,70,20); }
td.TdClassName
{
border-color: #DA4614;
}
.TagClassName
{
border-color: #DA4614;
}
</style>