Html Css Color HEX #DD440B Harley Davidson Orange
📋 copy color: '#DD440B'red 221 ◦ green 68 ◦ blue 11
Shades of Harley Davidson Orange #DD440B
Tints of Harley Davidson Orange #DD440B
RGB
CMYK
RGB Variations
Color information
#DD440B (or 0xDD440B) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 0B. RGB value is (221,68,11). Sum of RGB (Red+Green+Blue) = 221+68+11=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD440B is #22BBF4. Grayscale: #6B6B6B. Windows color (decimal): -2276341 or 738525. OLE color: 738525.
HSL color Cylindrical-coordinate representation of color #DD440B: hue angle of 16.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD440B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.13 |
| HSL | 16.29º | 0.91% | 0.45% | - |
| HSV(B) | 16.29º | 0.95% | 0.87% | - |
| XYZ | 31.95 | 19.53 | 2.4 | - |
| YUV | 107.25 | 73.69 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 11 | 0 | 0.69 | 0.95 | 0.13 | 16.29 | 0.91 | 0.45 |
| Hex | DD | 44 | B | 0 | 45 | 5F | D | 10 | 5B | 2D |
| Octal | 335 | 104 | 13 | 0 | 105 | 137 | 15 | 20 | 133 | 55 |
| Binary | 11011101 | 1000100 | 1011 | 0 | 1000101 | 1011111 | 1101 | 10000 | 1011011 | 101101 |
Color Harmonies of #DD440B
Complementary color
Monochromatic Colors of #DD440B
Black with #DD440B
Text Example
Text Example
White with #DD440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD440B; }
p { color: rgb(221,68,11); }
H1.HeaderClassName
{
color: #DD440B;
}
.AnyTagClassName
{
color: #DD440B;
}
</style>
background-color css
<style>
a { background-color: #DD440B; }
a { background-color: rgb(221,68,11); }
div.DivClassName
{
background-color: #DD440B;
}
.BgClassName
{
background-color: #DD440B;
}
</style>
border-color css
<style>
span { border-color: #DD440B; }
span { border-color: rgb(221,68,11); }
td.TdClassName
{
border-color: #DD440B;
}
.TagClassName
{
border-color: #DD440B;
}
</style>