Html Css Color HEX #DB4612 Harley Davidson Orange
📋 copy color: '#DB4612'red 219 ◦ green 70 ◦ blue 18
Shades of Harley Davidson Orange #DB4612
Tints of Harley Davidson Orange #DB4612
RGB
CMYK
RGB Variations
Color information
#DB4612 (or 0xDB4612) is known color: Harley Davidson Orange. HEX triplet: DB, 46 and 12. RGB value is (219,70,18). Sum of RGB (Red+Green+Blue) = 219+70+18=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4612 is #24B9ED. Grayscale: #6C6C6C. Windows color (decimal): -2406894 or 1197787. OLE color: 1197787.
HSL color Cylindrical-coordinate representation of color #DB4612: hue angle of 15.52º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB4612 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 18 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.14 |
| HSL | 15.52º | 0.85% | 0.46% | - |
| HSV(B) | 15.52º | 0.92% | 0.86% | - |
| XYZ | 31.51 | 19.48 | 2.67 | - |
| YUV | 108.62 | 76.86 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 18 | 0 | 0.68 | 0.92 | 0.14 | 15.52 | 0.85 | 0.46 |
| Hex | DB | 46 | 12 | 0 | 44 | 5C | E | 10 | 55 | 2E |
| Octal | 333 | 106 | 22 | 0 | 104 | 134 | 16 | 20 | 125 | 56 |
| Binary | 11011011 | 1000110 | 10010 | 0 | 1000100 | 1011100 | 1110 | 10000 | 1010101 | 101110 |
Color Harmonies of #DB4612
Complementary color
Monochromatic Colors of #DB4612
Black with #DB4612
Text Example
Text Example
White with #DB4612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4612; }
p { color: rgb(219,70,18); }
H1.HeaderClassName
{
color: #DB4612;
}
.AnyTagClassName
{
color: #DB4612;
}
</style>
background-color css
<style>
a { background-color: #DB4612; }
a { background-color: rgb(219,70,18); }
div.DivClassName
{
background-color: #DB4612;
}
.BgClassName
{
background-color: #DB4612;
}
</style>
border-color css
<style>
span { border-color: #DB4612; }
span { border-color: rgb(219,70,18); }
td.TdClassName
{
border-color: #DB4612;
}
.TagClassName
{
border-color: #DB4612;
}
</style>