Html Css Color HEX #DD4309 Harley Davidson Orange
📋 copy color: '#DD4309'red 221 ◦ green 67 ◦ blue 9
Shades of Harley Davidson Orange #DD4309
Tints of Harley Davidson Orange #DD4309
RGB
CMYK
RGB Variations
Color information
#DD4309 (or 0xDD4309) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 09. RGB value is (221,67,9). Sum of RGB (Red+Green+Blue) = 221+67+9=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4309 is #22BCF6. Grayscale: #6A6A6A. Windows color (decimal): -2276599 or 607197. OLE color: 607197.
HSL color Cylindrical-coordinate representation of color #DD4309: hue angle of 16.42º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD4309 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 9 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.13 |
| HSL | 16.42º | 0.92% | 0.45% | - |
| HSV(B) | 16.42º | 0.96% | 0.87% | - |
| XYZ | 31.88 | 19.41 | 2.32 | - |
| YUV | 106.43 | 73.02 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 9 | 0 | 0.70 | 0.96 | 0.13 | 16.42 | 0.92 | 0.45 |
| Hex | DD | 43 | 9 | 0 | 46 | 60 | D | 10 | 5C | 2D |
| Octal | 335 | 103 | 11 | 0 | 106 | 140 | 15 | 20 | 134 | 55 |
| Binary | 11011101 | 1000011 | 1001 | 0 | 1000110 | 1100000 | 1101 | 10000 | 1011100 | 101101 |
Color Harmonies of #DD4309
Complementary color
Monochromatic Colors of #DD4309
Black with #DD4309
Text Example
Text Example
White with #DD4309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4309; }
p { color: rgb(221,67,9); }
H1.HeaderClassName
{
color: #DD4309;
}
.AnyTagClassName
{
color: #DD4309;
}
</style>
background-color css
<style>
a { background-color: #DD4309; }
a { background-color: rgb(221,67,9); }
div.DivClassName
{
background-color: #DD4309;
}
.BgClassName
{
background-color: #DD4309;
}
</style>
border-color css
<style>
span { border-color: #DD4309; }
span { border-color: rgb(221,67,9); }
td.TdClassName
{
border-color: #DD4309;
}
.TagClassName
{
border-color: #DD4309;
}
</style>