Html Css Color HEX #D84006 Harley Davidson Orange
📋 copy color: '#D84006'red 216 ◦ green 64 ◦ blue 6
Shades of Harley Davidson Orange #D84006
Tints of Harley Davidson Orange #D84006
RGB
CMYK
RGB Variations
Color information
#D84006 (or 0xD84006) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 06. RGB value is (216,64,6). Sum of RGB (Red+Green+Blue) = 216+64+6=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D84006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84006 is #27BFF9. Grayscale: #676767. Windows color (decimal): -2605050 or 409816. OLE color: 409816.
HSL color Cylindrical-coordinate representation of color #D84006: hue angle of 16.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D84006 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.15 |
| HSL | 16.57º | 0.95% | 0.44% | - |
| HSV(B) | 16.57º | 0.97% | 0.85% | - |
| XYZ | 30.19 | 18.28 | 2.11 | - |
| YUV | 102.84 | 73.36 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 6 | 0 | 0.70 | 0.97 | 0.15 | 16.57 | 0.95 | 0.44 |
| Hex | D8 | 40 | 6 | 0 | 46 | 61 | F | 11 | 5F | 2C |
| Octal | 330 | 100 | 6 | 0 | 106 | 141 | 17 | 21 | 137 | 54 |
| Binary | 11011000 | 1000000 | 110 | 0 | 1000110 | 1100001 | 1111 | 10001 | 1011111 | 101100 |
Color Harmonies of #D84006
Complementary color
Monochromatic Colors of #D84006
Black with #D84006
Text Example
Text Example
White with #D84006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84006; }
p { color: rgb(216,64,6); }
H1.HeaderClassName
{
color: #D84006;
}
.AnyTagClassName
{
color: #D84006;
}
</style>
background-color css
<style>
a { background-color: #D84006; }
a { background-color: rgb(216,64,6); }
div.DivClassName
{
background-color: #D84006;
}
.BgClassName
{
background-color: #D84006;
}
</style>
border-color css
<style>
span { border-color: #D84006; }
span { border-color: rgb(216,64,6); }
td.TdClassName
{
border-color: #D84006;
}
.TagClassName
{
border-color: #D84006;
}
</style>