Html Css Color HEX #DB4616 Harley Davidson Orange
📋 copy color: '#DB4616'red 219 ◦ green 70 ◦ blue 22
Shades of Harley Davidson Orange #DB4616
Tints of Harley Davidson Orange #DB4616
RGB
CMYK
RGB Variations
Color information
#DB4616 (or 0xDB4616) is known color: Harley Davidson Orange. HEX triplet: DB, 46 and 16. RGB value is (219,70,22). Sum of RGB (Red+Green+Blue) = 219+70+22=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4616 is #24B9E9. Grayscale: #6D6D6D. Windows color (decimal): -2406890 or 1459931. OLE color: 1459931.
HSL color Cylindrical-coordinate representation of color #DB4616: hue angle of 14.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB4616 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.14 |
| HSL | 14.62º | 0.82% | 0.47% | - |
| HSV(B) | 14.62º | 0.9% | 0.86% | - |
| XYZ | 31.55 | 19.5 | 2.86 | - |
| YUV | 109.08 | 78.86 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 22 | 0 | 0.68 | 0.90 | 0.14 | 14.62 | 0.82 | 0.47 |
| Hex | DB | 46 | 16 | 0 | 44 | 5A | E | F | 52 | 2F |
| Octal | 333 | 106 | 26 | 0 | 104 | 132 | 16 | 17 | 122 | 57 |
| Binary | 11011011 | 1000110 | 10110 | 0 | 1000100 | 1011010 | 1110 | 1111 | 1010010 | 101111 |
Color Harmonies of #DB4616
Complementary color
Monochromatic Colors of #DB4616
Black with #DB4616
Text Example
Text Example
White with #DB4616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4616; }
p { color: rgb(219,70,22); }
H1.HeaderClassName
{
color: #DB4616;
}
.AnyTagClassName
{
color: #DB4616;
}
</style>
background-color css
<style>
a { background-color: #DB4616; }
a { background-color: rgb(219,70,22); }
div.DivClassName
{
background-color: #DB4616;
}
.BgClassName
{
background-color: #DB4616;
}
</style>
border-color css
<style>
span { border-color: #DB4616; }
span { border-color: rgb(219,70,22); }
td.TdClassName
{
border-color: #DB4616;
}
.TagClassName
{
border-color: #DB4616;
}
</style>