Html Css Color HEX #D84206 Harley Davidson Orange
📋 copy color: '#D84206'red 216 ◦ green 66 ◦ blue 6
Shades of Harley Davidson Orange #D84206
Tints of Harley Davidson Orange #D84206
RGB
CMYK
RGB Variations
Color information
#D84206 (or 0xD84206) is known color: Harley Davidson Orange. HEX triplet: D8, 42 and 06. RGB value is (216,66,6). Sum of RGB (Red+Green+Blue) = 216+66+6=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D84206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84206 is #27BDF9. Grayscale: #686868. Windows color (decimal): -2604538 or 410328. OLE color: 410328.
HSL color Cylindrical-coordinate representation of color #D84206: hue angle of 17.14º 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 #D84206 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.15 |
| HSL | 17.14º | 0.95% | 0.44% | - |
| HSV(B) | 17.14º | 0.97% | 0.85% | - |
| XYZ | 30.3 | 18.51 | 2.15 | - |
| YUV | 104.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 6 | 0 | 0.69 | 0.97 | 0.15 | 17.14 | 0.95 | 0.44 |
| Hex | D8 | 42 | 6 | 0 | 45 | 61 | F | 11 | 5F | 2C |
| Octal | 330 | 102 | 6 | 0 | 105 | 141 | 17 | 21 | 137 | 54 |
| Binary | 11011000 | 1000010 | 110 | 0 | 1000101 | 1100001 | 1111 | 10001 | 1011111 | 101100 |
Color Harmonies of #D84206
Complementary color
Monochromatic Colors of #D84206
Black with #D84206
Text Example
Text Example
White with #D84206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84206; }
p { color: rgb(216,66,6); }
H1.HeaderClassName
{
color: #D84206;
}
.AnyTagClassName
{
color: #D84206;
}
</style>
background-color css
<style>
a { background-color: #D84206; }
a { background-color: rgb(216,66,6); }
div.DivClassName
{
background-color: #D84206;
}
.BgClassName
{
background-color: #D84206;
}
</style>
border-color css
<style>
span { border-color: #D84206; }
span { border-color: rgb(216,66,6); }
td.TdClassName
{
border-color: #D84206;
}
.TagClassName
{
border-color: #D84206;
}
</style>