Html Css Color HEX #D84712 Harley Davidson Orange
📋 copy color: '#D84712'red 216 ◦ green 71 ◦ blue 18
Shades of Harley Davidson Orange #D84712
Tints of Harley Davidson Orange #D84712
RGB
CMYK
RGB Variations
Color information
#D84712 (or 0xD84712) is known color: Harley Davidson Orange. HEX triplet: D8, 47 and 12. RGB value is (216,71,18). Sum of RGB (Red+Green+Blue) = 216+71+18=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D84712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84712 is #27B8ED. Grayscale: #6C6C6C. Windows color (decimal): -2603246 or 1198040. OLE color: 1198040.
HSL color Cylindrical-coordinate representation of color #D84712: hue angle of 16.06º 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 #D84712 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 18 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.15 |
| HSL | 16.06º | 0.85% | 0.46% | - |
| HSV(B) | 16.06º | 0.92% | 0.85% | - |
| XYZ | 30.68 | 19.15 | 2.65 | - |
| YUV | 108.31 | 77.04 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 18 | 0 | 0.67 | 0.92 | 0.15 | 16.06 | 0.85 | 0.46 |
| Hex | D8 | 47 | 12 | 0 | 43 | 5C | F | 10 | 55 | 2E |
| Octal | 330 | 107 | 22 | 0 | 103 | 134 | 17 | 20 | 125 | 56 |
| Binary | 11011000 | 1000111 | 10010 | 0 | 1000011 | 1011100 | 1111 | 10000 | 1010101 | 101110 |
Color Harmonies of #D84712
Complementary color
Monochromatic Colors of #D84712
Black with #D84712
Text Example
Text Example
White with #D84712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84712; }
p { color: rgb(216,71,18); }
H1.HeaderClassName
{
color: #D84712;
}
.AnyTagClassName
{
color: #D84712;
}
</style>
background-color css
<style>
a { background-color: #D84712; }
a { background-color: rgb(216,71,18); }
div.DivClassName
{
background-color: #D84712;
}
.BgClassName
{
background-color: #D84712;
}
</style>
border-color css
<style>
span { border-color: #D84712; }
span { border-color: rgb(216,71,18); }
td.TdClassName
{
border-color: #D84712;
}
.TagClassName
{
border-color: #D84712;
}
</style>