Html Css Color HEX #DD4316 Harley Davidson Orange
📋 copy color: '#DD4316'red 221 ◦ green 67 ◦ blue 22
Shades of Harley Davidson Orange #DD4316
Tints of Harley Davidson Orange #DD4316
RGB
CMYK
RGB Variations
Color information
#DD4316 (or 0xDD4316) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 16. RGB value is (221,67,22). Sum of RGB (Red+Green+Blue) = 221+67+22=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4316 is #22BCE9. Grayscale: #6C6C6C. Windows color (decimal): -2276586 or 1459165. OLE color: 1459165.
HSL color Cylindrical-coordinate representation of color #DD4316: hue angle of 13.57º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4316 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 22 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.13 |
| HSL | 13.57º | 0.82% | 0.48% | - |
| HSV(B) | 13.57º | 0.9% | 0.87% | - |
| XYZ | 31.97 | 19.44 | 2.83 | - |
| YUV | 107.92 | 79.52 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 22 | 0 | 0.70 | 0.90 | 0.13 | 13.57 | 0.82 | 0.48 |
| Hex | DD | 43 | 16 | 0 | 46 | 5A | D | E | 52 | 30 |
| Octal | 335 | 103 | 26 | 0 | 106 | 132 | 15 | 16 | 122 | 60 |
| Binary | 11011101 | 1000011 | 10110 | 0 | 1000110 | 1011010 | 1101 | 1110 | 1010010 | 110000 |
Color Harmonies of #DD4316
Complementary color
Monochromatic Colors of #DD4316
Black with #DD4316
Text Example
Text Example
White with #DD4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4316; }
p { color: rgb(221,67,22); }
H1.HeaderClassName
{
color: #DD4316;
}
.AnyTagClassName
{
color: #DD4316;
}
</style>
background-color css
<style>
a { background-color: #DD4316; }
a { background-color: rgb(221,67,22); }
div.DivClassName
{
background-color: #DD4316;
}
.BgClassName
{
background-color: #DD4316;
}
</style>
border-color css
<style>
span { border-color: #DD4316; }
span { border-color: rgb(221,67,22); }
td.TdClassName
{
border-color: #DD4316;
}
.TagClassName
{
border-color: #DD4316;
}
</style>