Html Css Color HEX #D04306 Harley Davidson Orange
📋 copy color: '#D04306'red 208 ◦ green 67 ◦ blue 6
Shades of Harley Davidson Orange #D04306
Tints of Harley Davidson Orange #D04306
RGB
CMYK
RGB Variations
Color information
#D04306 (or 0xD04306) is known color: Harley Davidson Orange. HEX triplet: D0, 43 and 06. RGB value is (208,67,6). Sum of RGB (Red+Green+Blue) = 208+67+6=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D04306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04306 is #2FBCF9. Grayscale: #666666. Windows color (decimal): -3128570 or 410576. OLE color: 410576.
HSL color Cylindrical-coordinate representation of color #D04306: hue angle of 18.12º 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 #D04306 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.18 |
| HSL | 18.12º | 0.94% | 0.42% | - |
| HSV(B) | 18.12º | 0.97% | 0.82% | - |
| XYZ | 28.05 | 17.44 | 2.06 | - |
| YUV | 102.21 | 73.71 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 6 | 0 | 0.68 | 0.97 | 0.18 | 18.12 | 0.94 | 0.42 |
| Hex | D0 | 43 | 6 | 0 | 44 | 61 | 12 | 12 | 5E | 2A |
| Octal | 320 | 103 | 6 | 0 | 104 | 141 | 22 | 22 | 136 | 52 |
| Binary | 11010000 | 1000011 | 110 | 0 | 1000100 | 1100001 | 10010 | 10010 | 1011110 | 101010 |
Color Harmonies of #D04306
Complementary color
Monochromatic Colors of #D04306
Black with #D04306
Text Example
Text Example
White with #D04306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04306; }
p { color: rgb(208,67,6); }
H1.HeaderClassName
{
color: #D04306;
}
.AnyTagClassName
{
color: #D04306;
}
</style>
background-color css
<style>
a { background-color: #D04306; }
a { background-color: rgb(208,67,6); }
div.DivClassName
{
background-color: #D04306;
}
.BgClassName
{
background-color: #D04306;
}
</style>
border-color css
<style>
span { border-color: #D04306; }
span { border-color: rgb(208,67,6); }
td.TdClassName
{
border-color: #D04306;
}
.TagClassName
{
border-color: #D04306;
}
</style>