Html Css Color HEX #DB4207 Harley Davidson Orange
📋 copy color: '#DB4207'red 219 ◦ green 66 ◦ blue 7
Shades of Harley Davidson Orange #DB4207
Tints of Harley Davidson Orange #DB4207
RGB
CMYK
RGB Variations
Color information
#DB4207 (or 0xDB4207) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 07. RGB value is (219,66,7). Sum of RGB (Red+Green+Blue) = 219+66+7=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4207 is #24BDF8. Grayscale: #696969. Windows color (decimal): -2407929 or 475867. OLE color: 475867.
HSL color Cylindrical-coordinate representation of color #DB4207: hue angle of 16.7º degrees, saturation: 0.94, 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 #DB4207 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.14 |
| HSL | 16.7º | 0.94% | 0.44% | - |
| HSV(B) | 16.7º | 0.97% | 0.86% | - |
| XYZ | 31.2 | 18.97 | 2.22 | - |
| YUV | 105.02 | 72.69 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 7 | 0 | 0.70 | 0.97 | 0.14 | 16.7 | 0.94 | 0.44 |
| Hex | DB | 42 | 7 | 0 | 46 | 61 | E | 11 | 5E | 2C |
| Octal | 333 | 102 | 7 | 0 | 106 | 141 | 16 | 21 | 136 | 54 |
| Binary | 11011011 | 1000010 | 111 | 0 | 1000110 | 1100001 | 1110 | 10001 | 1011110 | 101100 |
Color Harmonies of #DB4207
Complementary color
Monochromatic Colors of #DB4207
Black with #DB4207
Text Example
Text Example
White with #DB4207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4207; }
p { color: rgb(219,66,7); }
H1.HeaderClassName
{
color: #DB4207;
}
.AnyTagClassName
{
color: #DB4207;
}
</style>
background-color css
<style>
a { background-color: #DB4207; }
a { background-color: rgb(219,66,7); }
div.DivClassName
{
background-color: #DB4207;
}
.BgClassName
{
background-color: #DB4207;
}
</style>
border-color css
<style>
span { border-color: #DB4207; }
span { border-color: rgb(219,66,7); }
td.TdClassName
{
border-color: #DB4207;
}
.TagClassName
{
border-color: #DB4207;
}
</style>