Html Css Color HEX #DA460F Harley Davidson Orange
📋 copy color: '#DA460F'red 218 ◦ green 70 ◦ blue 15
Shades of Harley Davidson Orange #DA460F
Tints of Harley Davidson Orange #DA460F
RGB
CMYK
RGB Variations
Color information
#DA460F (or 0xDA460F) is known color: Harley Davidson Orange. HEX triplet: DA, 46 and 0F. RGB value is (218,70,15). Sum of RGB (Red+Green+Blue) = 218+70+15=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA460F is #25B9F0. Grayscale: #6C6C6C. Windows color (decimal): -2472433 or 1001178. OLE color: 1001178.
HSL color Cylindrical-coordinate representation of color #DA460F: hue angle of 16.26º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA460F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.15 |
| HSL | 16.26º | 0.87% | 0.46% | - |
| HSV(B) | 16.26º | 0.93% | 0.85% | - |
| XYZ | 31.19 | 19.32 | 2.54 | - |
| YUV | 107.98 | 75.53 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 15 | 0 | 0.68 | 0.93 | 0.15 | 16.26 | 0.87 | 0.46 |
| Hex | DA | 46 | F | 0 | 44 | 5D | F | 10 | 57 | 2E |
| Octal | 332 | 106 | 17 | 0 | 104 | 135 | 17 | 20 | 127 | 56 |
| Binary | 11011010 | 1000110 | 1111 | 0 | 1000100 | 1011101 | 1111 | 10000 | 1010111 | 101110 |
Color Harmonies of #DA460F
Complementary color
Monochromatic Colors of #DA460F
Black with #DA460F
Text Example
Text Example
White with #DA460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA460F; }
p { color: rgb(218,70,15); }
H1.HeaderClassName
{
color: #DA460F;
}
.AnyTagClassName
{
color: #DA460F;
}
</style>
background-color css
<style>
a { background-color: #DA460F; }
a { background-color: rgb(218,70,15); }
div.DivClassName
{
background-color: #DA460F;
}
.BgClassName
{
background-color: #DA460F;
}
</style>
border-color css
<style>
span { border-color: #DA460F; }
span { border-color: rgb(218,70,15); }
td.TdClassName
{
border-color: #DA460F;
}
.TagClassName
{
border-color: #DA460F;
}
</style>