Html Css Color HEX #DB4209 Harley Davidson Orange
📋 copy color: '#DB4209'red 219 ◦ green 66 ◦ blue 9
Shades of Harley Davidson Orange #DB4209
Tints of Harley Davidson Orange #DB4209
RGB
CMYK
RGB Variations
Color information
#DB4209 (or 0xDB4209) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 09. RGB value is (219,66,9). Sum of RGB (Red+Green+Blue) = 219+66+9=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4209 is #24BDF6. Grayscale: #696969. Windows color (decimal): -2407927 or 606939. OLE color: 606939.
HSL color Cylindrical-coordinate representation of color #DB4209: hue angle of 16.29º degrees, saturation: 0.92, 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 #DB4209 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 9 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.14 |
| HSL | 16.29º | 0.92% | 0.45% | - |
| HSV(B) | 16.29º | 0.96% | 0.86% | - |
| XYZ | 31.21 | 18.98 | 2.28 | - |
| YUV | 105.25 | 73.69 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 9 | 0 | 0.70 | 0.96 | 0.14 | 16.29 | 0.92 | 0.45 |
| Hex | DB | 42 | 9 | 0 | 46 | 60 | E | 10 | 5C | 2D |
| Octal | 333 | 102 | 11 | 0 | 106 | 140 | 16 | 20 | 134 | 55 |
| Binary | 11011011 | 1000010 | 1001 | 0 | 1000110 | 1100000 | 1110 | 10000 | 1011100 | 101101 |
Color Harmonies of #DB4209
Complementary color
Monochromatic Colors of #DB4209
Black with #DB4209
Text Example
Text Example
White with #DB4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4209; }
p { color: rgb(219,66,9); }
H1.HeaderClassName
{
color: #DB4209;
}
.AnyTagClassName
{
color: #DB4209;
}
</style>
background-color css
<style>
a { background-color: #DB4209; }
a { background-color: rgb(219,66,9); }
div.DivClassName
{
background-color: #DB4209;
}
.BgClassName
{
background-color: #DB4209;
}
</style>
border-color css
<style>
span { border-color: #DB4209; }
span { border-color: rgb(219,66,9); }
td.TdClassName
{
border-color: #DB4209;
}
.TagClassName
{
border-color: #DB4209;
}
</style>