Html Css Color HEX #DB4016 Harley Davidson Orange
📋 copy color: '#DB4016'red 219 ◦ green 64 ◦ blue 22
Shades of Harley Davidson Orange #DB4016
Tints of Harley Davidson Orange #DB4016
RGB
CMYK
RGB Variations
Color information
#DB4016 (or 0xDB4016) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 16. RGB value is (219,64,22). Sum of RGB (Red+Green+Blue) = 219+64+22=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4016 is #24BFE9. Grayscale: #696969. Windows color (decimal): -2408426 or 1458395. OLE color: 1458395.
HSL color Cylindrical-coordinate representation of color #DB4016: hue angle of 12.79º 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 #DB4016 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 22 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.14 |
| HSL | 12.79º | 0.82% | 0.47% | - |
| HSV(B) | 12.79º | 0.9% | 0.86% | - |
| XYZ | 31.19 | 18.78 | 2.74 | - |
| YUV | 105.56 | 80.85 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 22 | 0 | 0.71 | 0.90 | 0.14 | 12.79 | 0.82 | 0.47 |
| Hex | DB | 40 | 16 | 0 | 47 | 5A | E | D | 52 | 2F |
| Octal | 333 | 100 | 26 | 0 | 107 | 132 | 16 | 15 | 122 | 57 |
| Binary | 11011011 | 1000000 | 10110 | 0 | 1000111 | 1011010 | 1110 | 1101 | 1010010 | 101111 |
Color Harmonies of #DB4016
Complementary color
Monochromatic Colors of #DB4016
Black with #DB4016
Text Example
Text Example
White with #DB4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4016; }
p { color: rgb(219,64,22); }
H1.HeaderClassName
{
color: #DB4016;
}
.AnyTagClassName
{
color: #DB4016;
}
</style>
background-color css
<style>
a { background-color: #DB4016; }
a { background-color: rgb(219,64,22); }
div.DivClassName
{
background-color: #DB4016;
}
.BgClassName
{
background-color: #DB4016;
}
</style>
border-color css
<style>
span { border-color: #DB4016; }
span { border-color: rgb(219,64,22); }
td.TdClassName
{
border-color: #DB4016;
}
.TagClassName
{
border-color: #DB4016;
}
</style>