Html Css Color HEX #DB4810 Harley Davidson Orange
📋 copy color: '#DB4810'red 219 ◦ green 72 ◦ blue 16
Shades of Harley Davidson Orange #DB4810
Tints of Harley Davidson Orange #DB4810
RGB
CMYK
RGB Variations
Color information
#DB4810 (or 0xDB4810) is known color: Harley Davidson Orange. HEX triplet: DB, 48 and 10. RGB value is (219,72,16). Sum of RGB (Red+Green+Blue) = 219+72+16=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4810 is #24B7EF. Grayscale: #6D6D6D. Windows color (decimal): -2406384 or 1067227. OLE color: 1067227.
HSL color Cylindrical-coordinate representation of color #DB4810: hue angle of 16.55º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB4810 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.14 |
| HSL | 16.55º | 0.86% | 0.46% | - |
| HSV(B) | 16.55º | 0.93% | 0.86% | - |
| XYZ | 31.62 | 19.73 | 2.63 | - |
| YUV | 109.57 | 75.2 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 16 | 0 | 0.67 | 0.93 | 0.14 | 16.55 | 0.86 | 0.46 |
| Hex | DB | 48 | 10 | 0 | 43 | 5D | E | 11 | 56 | 2E |
| Octal | 333 | 110 | 20 | 0 | 103 | 135 | 16 | 21 | 126 | 56 |
| Binary | 11011011 | 1001000 | 10000 | 0 | 1000011 | 1011101 | 1110 | 10001 | 1010110 | 101110 |
Color Harmonies of #DB4810
Complementary color
Monochromatic Colors of #DB4810
Black with #DB4810
Text Example
Text Example
White with #DB4810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4810; }
p { color: rgb(219,72,16); }
H1.HeaderClassName
{
color: #DB4810;
}
.AnyTagClassName
{
color: #DB4810;
}
</style>
background-color css
<style>
a { background-color: #DB4810; }
a { background-color: rgb(219,72,16); }
div.DivClassName
{
background-color: #DB4810;
}
.BgClassName
{
background-color: #DB4810;
}
</style>
border-color css
<style>
span { border-color: #DB4810; }
span { border-color: rgb(219,72,16); }
td.TdClassName
{
border-color: #DB4810;
}
.TagClassName
{
border-color: #DB4810;
}
</style>