Html Css Color HEX #DB440C Harley Davidson Orange
📋 copy color: '#DB440C'red 219 ◦ green 68 ◦ blue 12
Shades of Harley Davidson Orange #DB440C
Tints of Harley Davidson Orange #DB440C
RGB
CMYK
RGB Variations
Color information
#DB440C (or 0xDB440C) is known color: Harley Davidson Orange. HEX triplet: DB, 44 and 0C. RGB value is (219,68,12). Sum of RGB (Red+Green+Blue) = 219+68+12=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB440C is #24BBF3. Grayscale: #6B6B6B. Windows color (decimal): -2407412 or 804059. OLE color: 804059.
HSL color Cylindrical-coordinate representation of color #DB440C: hue angle of 16.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB440C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.14 |
| HSL | 16.23º | 0.9% | 0.45% | - |
| HSV(B) | 16.23º | 0.95% | 0.86% | - |
| XYZ | 31.35 | 19.22 | 2.41 | - |
| YUV | 106.77 | 74.53 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 12 | 0 | 0.69 | 0.95 | 0.14 | 16.23 | 0.9 | 0.45 |
| Hex | DB | 44 | C | 0 | 45 | 5F | E | 10 | 5A | 2D |
| Octal | 333 | 104 | 14 | 0 | 105 | 137 | 16 | 20 | 132 | 55 |
| Binary | 11011011 | 1000100 | 1100 | 0 | 1000101 | 1011111 | 1110 | 10000 | 1011010 | 101101 |
Color Harmonies of #DB440C
Complementary color
Monochromatic Colors of #DB440C
Black with #DB440C
Text Example
Text Example
White with #DB440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB440C; }
p { color: rgb(219,68,12); }
H1.HeaderClassName
{
color: #DB440C;
}
.AnyTagClassName
{
color: #DB440C;
}
</style>
background-color css
<style>
a { background-color: #DB440C; }
a { background-color: rgb(219,68,12); }
div.DivClassName
{
background-color: #DB440C;
}
.BgClassName
{
background-color: #DB440C;
}
</style>
border-color css
<style>
span { border-color: #DB440C; }
span { border-color: rgb(219,68,12); }
td.TdClassName
{
border-color: #DB440C;
}
.TagClassName
{
border-color: #DB440C;
}
</style>