Html Css Color HEX #D8460D Harley Davidson Orange
📋 copy color: '#D8460D'red 216 ◦ green 70 ◦ blue 13
Shades of Harley Davidson Orange #D8460D
Tints of Harley Davidson Orange #D8460D
RGB
CMYK
RGB Variations
Color information
#D8460D (or 0xD8460D) is known color: Harley Davidson Orange. HEX triplet: D8, 46 and 0D. RGB value is (216,70,13). Sum of RGB (Red+Green+Blue) = 216+70+13=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8460D is #27B9F2. Grayscale: #6B6B6B. Windows color (decimal): -2603507 or 870104. OLE color: 870104.
HSL color Cylindrical-coordinate representation of color #D8460D: hue angle of 16.85º degrees, saturation: 0.89, 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 #D8460D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.15 |
| HSL | 16.85º | 0.89% | 0.45% | - |
| HSV(B) | 16.85º | 0.94% | 0.85% | - |
| XYZ | 30.58 | 19.01 | 2.44 | - |
| YUV | 107.16 | 74.87 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 13 | 0 | 0.68 | 0.94 | 0.15 | 16.85 | 0.89 | 0.45 |
| Hex | D8 | 46 | D | 0 | 44 | 5E | F | 11 | 59 | 2D |
| Octal | 330 | 106 | 15 | 0 | 104 | 136 | 17 | 21 | 131 | 55 |
| Binary | 11011000 | 1000110 | 1101 | 0 | 1000100 | 1011110 | 1111 | 10001 | 1011001 | 101101 |
Color Harmonies of #D8460D
Complementary color
Monochromatic Colors of #D8460D
Black with #D8460D
Text Example
Text Example
White with #D8460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8460D; }
p { color: rgb(216,70,13); }
H1.HeaderClassName
{
color: #D8460D;
}
.AnyTagClassName
{
color: #D8460D;
}
</style>
background-color css
<style>
a { background-color: #D8460D; }
a { background-color: rgb(216,70,13); }
div.DivClassName
{
background-color: #D8460D;
}
.BgClassName
{
background-color: #D8460D;
}
</style>
border-color css
<style>
span { border-color: #D8460D; }
span { border-color: rgb(216,70,13); }
td.TdClassName
{
border-color: #D8460D;
}
.TagClassName
{
border-color: #D8460D;
}
</style>