Html Css Color HEX #DB430E Harley Davidson Orange
📋 copy color: '#DB430E'red 219 ◦ green 67 ◦ blue 14
Shades of Harley Davidson Orange #DB430E
Tints of Harley Davidson Orange #DB430E
RGB
CMYK
RGB Variations
Color information
#DB430E (or 0xDB430E) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 0E. RGB value is (219,67,14). Sum of RGB (Red+Green+Blue) = 219+67+14=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB430E is #24BCF1. Grayscale: #6A6A6A. Windows color (decimal): -2407666 or 934875. OLE color: 934875.
HSL color Cylindrical-coordinate representation of color #DB430E: hue angle of 15.51º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB430E is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 14 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.14 |
| HSL | 15.51º | 0.88% | 0.46% | - |
| HSV(B) | 15.51º | 0.94% | 0.86% | - |
| XYZ | 31.3 | 19.11 | 2.45 | - |
| YUV | 106.41 | 75.86 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 14 | 0 | 0.69 | 0.94 | 0.14 | 15.51 | 0.88 | 0.46 |
| Hex | DB | 43 | E | 0 | 45 | 5E | E | 10 | 58 | 2E |
| Octal | 333 | 103 | 16 | 0 | 105 | 136 | 16 | 20 | 130 | 56 |
| Binary | 11011011 | 1000011 | 1110 | 0 | 1000101 | 1011110 | 1110 | 10000 | 1011000 | 101110 |
Color Harmonies of #DB430E
Complementary color
Monochromatic Colors of #DB430E
Black with #DB430E
Text Example
Text Example
White with #DB430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB430E; }
p { color: rgb(219,67,14); }
H1.HeaderClassName
{
color: #DB430E;
}
.AnyTagClassName
{
color: #DB430E;
}
</style>
background-color css
<style>
a { background-color: #DB430E; }
a { background-color: rgb(219,67,14); }
div.DivClassName
{
background-color: #DB430E;
}
.BgClassName
{
background-color: #DB430E;
}
</style>
border-color css
<style>
span { border-color: #DB430E; }
span { border-color: rgb(219,67,14); }
td.TdClassName
{
border-color: #DB430E;
}
.TagClassName
{
border-color: #DB430E;
}
</style>