Html Css Color HEX #DB4A14 Harley Davidson Orange
📋 copy color: '#DB4A14'red 219 ◦ green 74 ◦ blue 20
Shades of Harley Davidson Orange #DB4A14
Tints of Harley Davidson Orange #DB4A14
RGB
CMYK
RGB Variations
Color information
#DB4A14 (or 0xDB4A14) is known color: Harley Davidson Orange. HEX triplet: DB, 4A and 14. RGB value is (219,74,20). Sum of RGB (Red+Green+Blue) = 219+74+20=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A14 is #24B5EB. Grayscale: #6F6F6F. Windows color (decimal): -2405868 or 1329883. OLE color: 1329883.
HSL color Cylindrical-coordinate representation of color #DB4A14: hue angle of 16.28º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB4A14 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 20 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.14 |
| HSL | 16.28º | 0.83% | 0.47% | - |
| HSV(B) | 16.28º | 0.91% | 0.86% | - |
| XYZ | 31.79 | 20.01 | 2.85 | - |
| YUV | 111.2 | 76.54 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 20 | 0 | 0.66 | 0.91 | 0.14 | 16.28 | 0.83 | 0.47 |
| Hex | DB | 4A | 14 | 0 | 42 | 5B | E | 10 | 53 | 2F |
| Octal | 333 | 112 | 24 | 0 | 102 | 133 | 16 | 20 | 123 | 57 |
| Binary | 11011011 | 1001010 | 10100 | 0 | 1000010 | 1011011 | 1110 | 10000 | 1010011 | 101111 |
Color Harmonies of #DB4A14
Complementary color
Monochromatic Colors of #DB4A14
Black with #DB4A14
Text Example
Text Example
White with #DB4A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A14; }
p { color: rgb(219,74,20); }
H1.HeaderClassName
{
color: #DB4A14;
}
.AnyTagClassName
{
color: #DB4A14;
}
</style>
background-color css
<style>
a { background-color: #DB4A14; }
a { background-color: rgb(219,74,20); }
div.DivClassName
{
background-color: #DB4A14;
}
.BgClassName
{
background-color: #DB4A14;
}
</style>
border-color css
<style>
span { border-color: #DB4A14; }
span { border-color: rgb(219,74,20); }
td.TdClassName
{
border-color: #DB4A14;
}
.TagClassName
{
border-color: #DB4A14;
}
</style>