Html Css Color HEX #DD460F Harley Davidson Orange
📋 copy color: '#DD460F'red 221 ◦ green 70 ◦ blue 15
Shades of Harley Davidson Orange #DD460F
Tints of Harley Davidson Orange #DD460F
RGB
CMYK
RGB Variations
Color information
#DD460F (or 0xDD460F) is known color: Harley Davidson Orange. HEX triplet: DD, 46 and 0F. RGB value is (221,70,15). Sum of RGB (Red+Green+Blue) = 221+70+15=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD460F is #22B9F0. Grayscale: #6D6D6D. Windows color (decimal): -2275825 or 1001181. OLE color: 1001181.
HSL color Cylindrical-coordinate representation of color #DD460F: hue angle of 16.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD460F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.13 |
| HSL | 16.02º | 0.87% | 0.46% | - |
| HSV(B) | 16.02º | 0.93% | 0.87% | - |
| XYZ | 32.1 | 19.79 | 2.58 | - |
| YUV | 108.88 | 75.03 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 15 | 0 | 0.68 | 0.93 | 0.13 | 16.02 | 0.87 | 0.46 |
| Hex | DD | 46 | F | 0 | 44 | 5D | D | 10 | 57 | 2E |
| Octal | 335 | 106 | 17 | 0 | 104 | 135 | 15 | 20 | 127 | 56 |
| Binary | 11011101 | 1000110 | 1111 | 0 | 1000100 | 1011101 | 1101 | 10000 | 1010111 | 101110 |
Color Harmonies of #DD460F
Complementary color
Monochromatic Colors of #DD460F
Black with #DD460F
Text Example
Text Example
White with #DD460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD460F; }
p { color: rgb(221,70,15); }
H1.HeaderClassName
{
color: #DD460F;
}
.AnyTagClassName
{
color: #DD460F;
}
</style>
background-color css
<style>
a { background-color: #DD460F; }
a { background-color: rgb(221,70,15); }
div.DivClassName
{
background-color: #DD460F;
}
.BgClassName
{
background-color: #DD460F;
}
</style>
border-color css
<style>
span { border-color: #DD460F; }
span { border-color: rgb(221,70,15); }
td.TdClassName
{
border-color: #DD460F;
}
.TagClassName
{
border-color: #DD460F;
}
</style>