Html Css Color HEX #DB4308 Harley Davidson Orange
📋 copy color: '#DB4308'red 219 ◦ green 67 ◦ blue 8
Shades of Harley Davidson Orange #DB4308
Tints of Harley Davidson Orange #DB4308
RGB
CMYK
RGB Variations
Color information
#DB4308 (or 0xDB4308) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 08. RGB value is (219,67,8). Sum of RGB (Red+Green+Blue) = 219+67+8=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4308 is #24BCF7. Grayscale: #6A6A6A. Windows color (decimal): -2407672 or 541659. OLE color: 541659.
HSL color Cylindrical-coordinate representation of color #DB4308: hue angle of 16.78º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB4308 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 8 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.14 |
| HSL | 16.78º | 0.93% | 0.45% | - |
| HSV(B) | 16.78º | 0.96% | 0.86% | - |
| XYZ | 31.26 | 19.09 | 2.27 | - |
| YUV | 105.72 | 72.86 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 8 | 0 | 0.69 | 0.96 | 0.14 | 16.78 | 0.93 | 0.45 |
| Hex | DB | 43 | 8 | 0 | 45 | 60 | E | 11 | 5D | 2D |
| Octal | 333 | 103 | 10 | 0 | 105 | 140 | 16 | 21 | 135 | 55 |
| Binary | 11011011 | 1000011 | 1000 | 0 | 1000101 | 1100000 | 1110 | 10001 | 1011101 | 101101 |
Color Harmonies of #DB4308
Complementary color
Monochromatic Colors of #DB4308
Black with #DB4308
Text Example
Text Example
White with #DB4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4308; }
p { color: rgb(219,67,8); }
H1.HeaderClassName
{
color: #DB4308;
}
.AnyTagClassName
{
color: #DB4308;
}
</style>
background-color css
<style>
a { background-color: #DB4308; }
a { background-color: rgb(219,67,8); }
div.DivClassName
{
background-color: #DB4308;
}
.BgClassName
{
background-color: #DB4308;
}
</style>
border-color css
<style>
span { border-color: #DB4308; }
span { border-color: rgb(219,67,8); }
td.TdClassName
{
border-color: #DB4308;
}
.TagClassName
{
border-color: #DB4308;
}
</style>