Html Css Color HEX #DB430D Harley Davidson Orange
📋 copy color: '#DB430D'red 219 ◦ green 67 ◦ blue 13
Shades of Harley Davidson Orange #DB430D
Tints of Harley Davidson Orange #DB430D
RGB
CMYK
RGB Variations
Color information
#DB430D (or 0xDB430D) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 0D. RGB value is (219,67,13). Sum of RGB (Red+Green+Blue) = 219+67+13=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB430D is #24BCF2. Grayscale: #6A6A6A. Windows color (decimal): -2407667 or 869339. OLE color: 869339.
HSL color Cylindrical-coordinate representation of color #DB430D: hue angle of 15.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB430D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.14 |
| HSL | 15.73º | 0.89% | 0.45% | - |
| HSV(B) | 15.73º | 0.94% | 0.86% | - |
| XYZ | 31.29 | 19.1 | 2.42 | - |
| YUV | 106.29 | 75.36 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 13 | 0 | 0.69 | 0.94 | 0.14 | 15.73 | 0.89 | 0.45 |
| Hex | DB | 43 | D | 0 | 45 | 5E | E | 10 | 59 | 2D |
| Octal | 333 | 103 | 15 | 0 | 105 | 136 | 16 | 20 | 131 | 55 |
| Binary | 11011011 | 1000011 | 1101 | 0 | 1000101 | 1011110 | 1110 | 10000 | 1011001 | 101101 |
Color Harmonies of #DB430D
Complementary color
Monochromatic Colors of #DB430D
Black with #DB430D
Text Example
Text Example
White with #DB430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB430D; }
p { color: rgb(219,67,13); }
H1.HeaderClassName
{
color: #DB430D;
}
.AnyTagClassName
{
color: #DB430D;
}
</style>
background-color css
<style>
a { background-color: #DB430D; }
a { background-color: rgb(219,67,13); }
div.DivClassName
{
background-color: #DB430D;
}
.BgClassName
{
background-color: #DB430D;
}
</style>
border-color css
<style>
span { border-color: #DB430D; }
span { border-color: rgb(219,67,13); }
td.TdClassName
{
border-color: #DB430D;
}
.TagClassName
{
border-color: #DB430D;
}
</style>