Html Css Color HEX #DB4205 Harley Davidson Orange
📋 copy color: '#DB4205'red 219 ◦ green 66 ◦ blue 5
Shades of Harley Davidson Orange #DB4205
Tints of Harley Davidson Orange #DB4205
RGB
CMYK
RGB Variations
Color information
#DB4205 (or 0xDB4205) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 05. RGB value is (219,66,5). Sum of RGB (Red+Green+Blue) = 219+66+5=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4205 is #24BDFA. Grayscale: #696969. Windows color (decimal): -2407931 or 344795. OLE color: 344795.
HSL color Cylindrical-coordinate representation of color #DB4205: hue angle of 17.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB4205 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.14 |
| HSL | 17.1º | 0.96% | 0.44% | - |
| HSV(B) | 17.1º | 0.98% | 0.86% | - |
| XYZ | 31.19 | 18.97 | 2.16 | - |
| YUV | 104.79 | 71.69 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 5 | 0 | 0.70 | 0.98 | 0.14 | 17.1 | 0.96 | 0.44 |
| Hex | DB | 42 | 5 | 0 | 46 | 62 | E | 11 | 60 | 2C |
| Octal | 333 | 102 | 5 | 0 | 106 | 142 | 16 | 21 | 140 | 54 |
| Binary | 11011011 | 1000010 | 101 | 0 | 1000110 | 1100010 | 1110 | 10001 | 1100000 | 101100 |
Color Harmonies of #DB4205
Complementary color
Monochromatic Colors of #DB4205
Black with #DB4205
Text Example
Text Example
White with #DB4205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4205; }
p { color: rgb(219,66,5); }
H1.HeaderClassName
{
color: #DB4205;
}
.AnyTagClassName
{
color: #DB4205;
}
</style>
background-color css
<style>
a { background-color: #DB4205; }
a { background-color: rgb(219,66,5); }
div.DivClassName
{
background-color: #DB4205;
}
.BgClassName
{
background-color: #DB4205;
}
</style>
border-color css
<style>
span { border-color: #DB4205; }
span { border-color: rgb(219,66,5); }
td.TdClassName
{
border-color: #DB4205;
}
.TagClassName
{
border-color: #DB4205;
}
</style>