Html Css Color HEX #DB470F Harley Davidson Orange
📋 copy color: '#DB470F'red 219 ◦ green 71 ◦ blue 15
Shades of Harley Davidson Orange #DB470F
Tints of Harley Davidson Orange #DB470F
RGB
CMYK
RGB Variations
Color information
#DB470F (or 0xDB470F) is known color: Harley Davidson Orange. HEX triplet: DB, 47 and 0F. RGB value is (219,71,15). Sum of RGB (Red+Green+Blue) = 219+71+15=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB470F is #24B8F0. Grayscale: #6D6D6D. Windows color (decimal): -2406641 or 1001435. OLE color: 1001435.
HSL color Cylindrical-coordinate representation of color #DB470F: hue angle of 16.47º degrees, saturation: 0.87, 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 #DB470F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.14 |
| HSL | 16.47º | 0.87% | 0.46% | - |
| HSV(B) | 16.47º | 0.93% | 0.86% | - |
| XYZ | 31.55 | 19.6 | 2.57 | - |
| YUV | 108.87 | 75.03 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 15 | 0 | 0.68 | 0.93 | 0.14 | 16.47 | 0.87 | 0.46 |
| Hex | DB | 47 | F | 0 | 44 | 5D | E | 10 | 57 | 2E |
| Octal | 333 | 107 | 17 | 0 | 104 | 135 | 16 | 20 | 127 | 56 |
| Binary | 11011011 | 1000111 | 1111 | 0 | 1000100 | 1011101 | 1110 | 10000 | 1010111 | 101110 |
Color Harmonies of #DB470F
Complementary color
Monochromatic Colors of #DB470F
Black with #DB470F
Text Example
Text Example
White with #DB470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB470F; }
p { color: rgb(219,71,15); }
H1.HeaderClassName
{
color: #DB470F;
}
.AnyTagClassName
{
color: #DB470F;
}
</style>
background-color css
<style>
a { background-color: #DB470F; }
a { background-color: rgb(219,71,15); }
div.DivClassName
{
background-color: #DB470F;
}
.BgClassName
{
background-color: #DB470F;
}
</style>
border-color css
<style>
span { border-color: #DB470F; }
span { border-color: rgb(219,71,15); }
td.TdClassName
{
border-color: #DB470F;
}
.TagClassName
{
border-color: #DB470F;
}
</style>