Html Css Color HEX #DD440C Harley Davidson Orange
📋 copy color: '#DD440C'red 221 ◦ green 68 ◦ blue 12
Shades of Harley Davidson Orange #DD440C
Tints of Harley Davidson Orange #DD440C
RGB
CMYK
RGB Variations
Color information
#DD440C (or 0xDD440C) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 0C. RGB value is (221,68,12). Sum of RGB (Red+Green+Blue) = 221+68+12=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD440C is #22BBF3. Grayscale: #6B6B6B. Windows color (decimal): -2276340 or 804061. OLE color: 804061.
HSL color Cylindrical-coordinate representation of color #DD440C: hue angle of 16.08º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD440C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.13 |
| HSL | 16.08º | 0.9% | 0.46% | - |
| HSV(B) | 16.08º | 0.95% | 0.87% | - |
| XYZ | 31.95 | 19.53 | 2.43 | - |
| YUV | 107.36 | 74.19 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 12 | 0 | 0.69 | 0.95 | 0.13 | 16.08 | 0.9 | 0.46 |
| Hex | DD | 44 | C | 0 | 45 | 5F | D | 10 | 5A | 2E |
| Octal | 335 | 104 | 14 | 0 | 105 | 137 | 15 | 20 | 132 | 56 |
| Binary | 11011101 | 1000100 | 1100 | 0 | 1000101 | 1011111 | 1101 | 10000 | 1011010 | 101110 |
Color Harmonies of #DD440C
Complementary color
Monochromatic Colors of #DD440C
Black with #DD440C
Text Example
Text Example
White with #DD440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD440C; }
p { color: rgb(221,68,12); }
H1.HeaderClassName
{
color: #DD440C;
}
.AnyTagClassName
{
color: #DD440C;
}
</style>
background-color css
<style>
a { background-color: #DD440C; }
a { background-color: rgb(221,68,12); }
div.DivClassName
{
background-color: #DD440C;
}
.BgClassName
{
background-color: #DD440C;
}
</style>
border-color css
<style>
span { border-color: #DD440C; }
span { border-color: rgb(221,68,12); }
td.TdClassName
{
border-color: #DD440C;
}
.TagClassName
{
border-color: #DD440C;
}
</style>