Html Css Color HEX #DB4006 Harley Davidson Orange
📋 copy color: '#DB4006'red 219 ◦ green 64 ◦ blue 6
Shades of Harley Davidson Orange #DB4006
Tints of Harley Davidson Orange #DB4006
RGB
CMYK
RGB Variations
Color information
#DB4006 (or 0xDB4006) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 06. RGB value is (219,64,6). Sum of RGB (Red+Green+Blue) = 219+64+6=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4006 is #24BFF9. Grayscale: #686868. Windows color (decimal): -2408442 or 409819. OLE color: 409819.
HSL color Cylindrical-coordinate representation of color #DB4006: hue angle of 16.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB4006 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.14 |
| HSL | 16.34º | 0.95% | 0.44% | - |
| HSV(B) | 16.34º | 0.97% | 0.86% | - |
| XYZ | 31.08 | 18.74 | 2.15 | - |
| YUV | 103.73 | 72.85 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 6 | 0 | 0.71 | 0.97 | 0.14 | 16.34 | 0.95 | 0.44 |
| Hex | DB | 40 | 6 | 0 | 47 | 61 | E | 10 | 5F | 2C |
| Octal | 333 | 100 | 6 | 0 | 107 | 141 | 16 | 20 | 137 | 54 |
| Binary | 11011011 | 1000000 | 110 | 0 | 1000111 | 1100001 | 1110 | 10000 | 1011111 | 101100 |
Color Harmonies of #DB4006
Complementary color
Monochromatic Colors of #DB4006
Black with #DB4006
Text Example
Text Example
White with #DB4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4006; }
p { color: rgb(219,64,6); }
H1.HeaderClassName
{
color: #DB4006;
}
.AnyTagClassName
{
color: #DB4006;
}
</style>
background-color css
<style>
a { background-color: #DB4006; }
a { background-color: rgb(219,64,6); }
div.DivClassName
{
background-color: #DB4006;
}
.BgClassName
{
background-color: #DB4006;
}
</style>
border-color css
<style>
span { border-color: #DB4006; }
span { border-color: rgb(219,64,6); }
td.TdClassName
{
border-color: #DB4006;
}
.TagClassName
{
border-color: #DB4006;
}
</style>