Html Css Color HEX #DD440D Harley Davidson Orange
📋 copy color: '#DD440D'red 221 ◦ green 68 ◦ blue 13
Shades of Harley Davidson Orange #DD440D
Tints of Harley Davidson Orange #DD440D
RGB
CMYK
RGB Variations
Color information
#DD440D (or 0xDD440D) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 0D. RGB value is (221,68,13). Sum of RGB (Red+Green+Blue) = 221+68+13=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD440D is #22BBF2. Grayscale: #6B6B6B. Windows color (decimal): -2276339 or 869597. OLE color: 869597.
HSL color Cylindrical-coordinate representation of color #DD440D: hue angle of 15.87º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD440D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.13 |
| HSL | 15.87º | 0.89% | 0.46% | - |
| HSV(B) | 15.87º | 0.94% | 0.87% | - |
| XYZ | 31.96 | 19.54 | 2.47 | - |
| YUV | 107.48 | 74.69 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 13 | 0 | 0.69 | 0.94 | 0.13 | 15.87 | 0.89 | 0.46 |
| Hex | DD | 44 | D | 0 | 45 | 5E | D | 10 | 59 | 2E |
| Octal | 335 | 104 | 15 | 0 | 105 | 136 | 15 | 20 | 131 | 56 |
| Binary | 11011101 | 1000100 | 1101 | 0 | 1000101 | 1011110 | 1101 | 10000 | 1011001 | 101110 |
Color Harmonies of #DD440D
Complementary color
Monochromatic Colors of #DD440D
Black with #DD440D
Text Example
Text Example
White with #DD440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD440D; }
p { color: rgb(221,68,13); }
H1.HeaderClassName
{
color: #DD440D;
}
.AnyTagClassName
{
color: #DD440D;
}
</style>
background-color css
<style>
a { background-color: #DD440D; }
a { background-color: rgb(221,68,13); }
div.DivClassName
{
background-color: #DD440D;
}
.BgClassName
{
background-color: #DD440D;
}
</style>
border-color css
<style>
span { border-color: #DD440D; }
span { border-color: rgb(221,68,13); }
td.TdClassName
{
border-color: #DD440D;
}
.TagClassName
{
border-color: #DD440D;
}
</style>