Html Css Color HEX #D04006 Harley Davidson Orange
📋 copy color: '#D04006'red 208 ◦ green 64 ◦ blue 6
Shades of Harley Davidson Orange #D04006
Tints of Harley Davidson Orange #D04006
RGB
CMYK
RGB Variations
Color information
#D04006 (or 0xD04006) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 06. RGB value is (208,64,6). Sum of RGB (Red+Green+Blue) = 208+64+6=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D04006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04006 is #2FBFF9. Grayscale: #646464. Windows color (decimal): -3129338 or 409808. OLE color: 409808.
HSL color Cylindrical-coordinate representation of color #D04006: hue angle of 17.23º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D04006 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.18 |
| HSL | 17.23º | 0.94% | 0.42% | - |
| HSV(B) | 17.23º | 0.97% | 0.82% | - |
| XYZ | 27.88 | 17.09 | 2 | - |
| YUV | 100.44 | 74.71 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 6 | 0 | 0.69 | 0.97 | 0.18 | 17.23 | 0.94 | 0.42 |
| Hex | D0 | 40 | 6 | 0 | 45 | 61 | 12 | 11 | 5E | 2A |
| Octal | 320 | 100 | 6 | 0 | 105 | 141 | 22 | 21 | 136 | 52 |
| Binary | 11010000 | 1000000 | 110 | 0 | 1000101 | 1100001 | 10010 | 10001 | 1011110 | 101010 |
Color Harmonies of #D04006
Complementary color
Monochromatic Colors of #D04006
Black with #D04006
Text Example
Text Example
White with #D04006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04006; }
p { color: rgb(208,64,6); }
H1.HeaderClassName
{
color: #D04006;
}
.AnyTagClassName
{
color: #D04006;
}
</style>
background-color css
<style>
a { background-color: #D04006; }
a { background-color: rgb(208,64,6); }
div.DivClassName
{
background-color: #D04006;
}
.BgClassName
{
background-color: #D04006;
}
</style>
border-color css
<style>
span { border-color: #D04006; }
span { border-color: rgb(208,64,6); }
td.TdClassName
{
border-color: #D04006;
}
.TagClassName
{
border-color: #D04006;
}
</style>