Html Css Color HEX #D04205 Harley Davidson Orange
📋 copy color: '#D04205'red 208 ◦ green 66 ◦ blue 5
Shades of Harley Davidson Orange #D04205
Tints of Harley Davidson Orange #D04205
RGB
CMYK
RGB Variations
Color information
#D04205 (or 0xD04205) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 05. RGB value is (208,66,5). Sum of RGB (Red+Green+Blue) = 208+66+5=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D04205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04205 is #2FBDFA. Grayscale: #656565. Windows color (decimal): -3128827 or 344784. OLE color: 344784.
HSL color Cylindrical-coordinate representation of color #D04205: hue angle of 18.03º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D04205 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.18 |
| HSL | 18.03º | 0.95% | 0.42% | - |
| HSV(B) | 18.03º | 0.98% | 0.82% | - |
| XYZ | 27.99 | 17.32 | 2.01 | - |
| YUV | 101.5 | 73.54 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 5 | 0 | 0.68 | 0.98 | 0.18 | 18.03 | 0.95 | 0.42 |
| Hex | D0 | 42 | 5 | 0 | 44 | 62 | 12 | 12 | 5F | 2A |
| Octal | 320 | 102 | 5 | 0 | 104 | 142 | 22 | 22 | 137 | 52 |
| Binary | 11010000 | 1000010 | 101 | 0 | 1000100 | 1100010 | 10010 | 10010 | 1011111 | 101010 |
Color Harmonies of #D04205
Complementary color
Monochromatic Colors of #D04205
Black with #D04205
Text Example
Text Example
White with #D04205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04205; }
p { color: rgb(208,66,5); }
H1.HeaderClassName
{
color: #D04205;
}
.AnyTagClassName
{
color: #D04205;
}
</style>
background-color css
<style>
a { background-color: #D04205; }
a { background-color: rgb(208,66,5); }
div.DivClassName
{
background-color: #D04205;
}
.BgClassName
{
background-color: #D04205;
}
</style>
border-color css
<style>
span { border-color: #D04205; }
span { border-color: rgb(208,66,5); }
td.TdClassName
{
border-color: #D04205;
}
.TagClassName
{
border-color: #D04205;
}
</style>