Html Css Color HEX #D84612 Harley Davidson Orange
📋 copy color: '#D84612'red 216 ◦ green 70 ◦ blue 18
Shades of Harley Davidson Orange #D84612
Tints of Harley Davidson Orange #D84612
RGB
CMYK
RGB Variations
Color information
#D84612 (or 0xD84612) is known color: Harley Davidson Orange. HEX triplet: D8, 46 and 12. RGB value is (216,70,18). Sum of RGB (Red+Green+Blue) = 216+70+18=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D84612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84612 is #27B9ED. Grayscale: #6C6C6C. Windows color (decimal): -2603502 or 1197784. OLE color: 1197784.
HSL color Cylindrical-coordinate representation of color #D84612: hue angle of 15.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D84612 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 18 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.15 |
| HSL | 15.76º | 0.85% | 0.46% | - |
| HSV(B) | 15.76º | 0.92% | 0.85% | - |
| XYZ | 30.62 | 19.02 | 2.63 | - |
| YUV | 107.73 | 77.37 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 18 | 0 | 0.68 | 0.92 | 0.15 | 15.76 | 0.85 | 0.46 |
| Hex | D8 | 46 | 12 | 0 | 44 | 5C | F | 10 | 55 | 2E |
| Octal | 330 | 106 | 22 | 0 | 104 | 134 | 17 | 20 | 125 | 56 |
| Binary | 11011000 | 1000110 | 10010 | 0 | 1000100 | 1011100 | 1111 | 10000 | 1010101 | 101110 |
Color Harmonies of #D84612
Complementary color
Monochromatic Colors of #D84612
Black with #D84612
Text Example
Text Example
White with #D84612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84612; }
p { color: rgb(216,70,18); }
H1.HeaderClassName
{
color: #D84612;
}
.AnyTagClassName
{
color: #D84612;
}
</style>
background-color css
<style>
a { background-color: #D84612; }
a { background-color: rgb(216,70,18); }
div.DivClassName
{
background-color: #D84612;
}
.BgClassName
{
background-color: #D84612;
}
</style>
border-color css
<style>
span { border-color: #D84612; }
span { border-color: rgb(216,70,18); }
td.TdClassName
{
border-color: #D84612;
}
.TagClassName
{
border-color: #D84612;
}
</style>