Html Css Color HEX #DA470E Harley Davidson Orange
📋 copy color: '#DA470E'red 218 ◦ green 71 ◦ blue 14
Shades of Harley Davidson Orange #DA470E
Tints of Harley Davidson Orange #DA470E
RGB
CMYK
RGB Variations
Color information
#DA470E (or 0xDA470E) is known color: Harley Davidson Orange. HEX triplet: DA, 47 and 0E. RGB value is (218,71,14). Sum of RGB (Red+Green+Blue) = 218+71+14=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA470E is #25B8F1. Grayscale: #6C6C6C. Windows color (decimal): -2472178 or 935898. OLE color: 935898.
HSL color Cylindrical-coordinate representation of color #DA470E: hue angle of 16.76º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA470E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.15 |
| HSL | 16.76º | 0.88% | 0.45% | - |
| HSV(B) | 16.76º | 0.94% | 0.85% | - |
| XYZ | 31.25 | 19.44 | 2.52 | - |
| YUV | 108.46 | 74.7 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 14 | 0 | 0.67 | 0.94 | 0.15 | 16.76 | 0.88 | 0.45 |
| Hex | DA | 47 | E | 0 | 43 | 5E | F | 11 | 58 | 2D |
| Octal | 332 | 107 | 16 | 0 | 103 | 136 | 17 | 21 | 130 | 55 |
| Binary | 11011010 | 1000111 | 1110 | 0 | 1000011 | 1011110 | 1111 | 10001 | 1011000 | 101101 |
Color Harmonies of #DA470E
Complementary color
Monochromatic Colors of #DA470E
Black with #DA470E
Text Example
Text Example
White with #DA470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA470E; }
p { color: rgb(218,71,14); }
H1.HeaderClassName
{
color: #DA470E;
}
.AnyTagClassName
{
color: #DA470E;
}
</style>
background-color css
<style>
a { background-color: #DA470E; }
a { background-color: rgb(218,71,14); }
div.DivClassName
{
background-color: #DA470E;
}
.BgClassName
{
background-color: #DA470E;
}
</style>
border-color css
<style>
span { border-color: #DA470E; }
span { border-color: rgb(218,71,14); }
td.TdClassName
{
border-color: #DA470E;
}
.TagClassName
{
border-color: #DA470E;
}
</style>