Html Css Color HEX #D84811 Harley Davidson Orange
📋 copy color: '#D84811'red 216 ◦ green 72 ◦ blue 17
Shades of Harley Davidson Orange #D84811
Tints of Harley Davidson Orange #D84811
RGB
CMYK
RGB Variations
Color information
#D84811 (or 0xD84811) is known color: Harley Davidson Orange. HEX triplet: D8, 48 and 11. RGB value is (216,72,17). Sum of RGB (Red+Green+Blue) = 216+72+17=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D84811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84811 is #27B7EE. Grayscale: #6D6D6D. Windows color (decimal): -2602991 or 1132760. OLE color: 1132760.
HSL color Cylindrical-coordinate representation of color #D84811: hue angle of 16.58º 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 #D84811 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.15 |
| HSL | 16.58º | 0.85% | 0.46% | - |
| HSV(B) | 16.58º | 0.92% | 0.85% | - |
| XYZ | 30.74 | 19.27 | 2.63 | - |
| YUV | 108.79 | 76.21 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 17 | 0 | 0.67 | 0.92 | 0.15 | 16.58 | 0.85 | 0.46 |
| Hex | D8 | 48 | 11 | 0 | 43 | 5C | F | 11 | 55 | 2E |
| Octal | 330 | 110 | 21 | 0 | 103 | 134 | 17 | 21 | 125 | 56 |
| Binary | 11011000 | 1001000 | 10001 | 0 | 1000011 | 1011100 | 1111 | 10001 | 1010101 | 101110 |
Color Harmonies of #D84811
Complementary color
Monochromatic Colors of #D84811
Black with #D84811
Text Example
Text Example
White with #D84811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84811; }
p { color: rgb(216,72,17); }
H1.HeaderClassName
{
color: #D84811;
}
.AnyTagClassName
{
color: #D84811;
}
</style>
background-color css
<style>
a { background-color: #D84811; }
a { background-color: rgb(216,72,17); }
div.DivClassName
{
background-color: #D84811;
}
.BgClassName
{
background-color: #D84811;
}
</style>
border-color css
<style>
span { border-color: #D84811; }
span { border-color: rgb(216,72,17); }
td.TdClassName
{
border-color: #D84811;
}
.TagClassName
{
border-color: #D84811;
}
</style>