Html Css Color HEX #DB450C Harley Davidson Orange
📋 copy color: '#DB450C'red 219 ◦ green 69 ◦ blue 12
Shades of Harley Davidson Orange #DB450C
Tints of Harley Davidson Orange #DB450C
RGB
CMYK
RGB Variations
Color information
#DB450C (or 0xDB450C) is known color: Harley Davidson Orange. HEX triplet: DB, 45 and 0C. RGB value is (219,69,12). Sum of RGB (Red+Green+Blue) = 219+69+12=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB450C is #24BAF3. Grayscale: #6B6B6B. Windows color (decimal): -2407156 or 804315. OLE color: 804315.
HSL color Cylindrical-coordinate representation of color #DB450C: hue angle of 16.52º 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 #DB450C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 12 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.14 |
| HSL | 16.52º | 0.9% | 0.45% | - |
| HSV(B) | 16.52º | 0.95% | 0.86% | - |
| XYZ | 31.41 | 19.34 | 2.43 | - |
| YUV | 107.35 | 74.2 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 12 | 0 | 0.68 | 0.95 | 0.14 | 16.52 | 0.9 | 0.45 |
| Hex | DB | 45 | C | 0 | 44 | 5F | E | 11 | 5A | 2D |
| Octal | 333 | 105 | 14 | 0 | 104 | 137 | 16 | 21 | 132 | 55 |
| Binary | 11011011 | 1000101 | 1100 | 0 | 1000100 | 1011111 | 1110 | 10001 | 1011010 | 101101 |
Color Harmonies of #DB450C
Complementary color
Monochromatic Colors of #DB450C
Black with #DB450C
Text Example
Text Example
White with #DB450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB450C; }
p { color: rgb(219,69,12); }
H1.HeaderClassName
{
color: #DB450C;
}
.AnyTagClassName
{
color: #DB450C;
}
</style>
background-color css
<style>
a { background-color: #DB450C; }
a { background-color: rgb(219,69,12); }
div.DivClassName
{
background-color: #DB450C;
}
.BgClassName
{
background-color: #DB450C;
}
</style>
border-color css
<style>
span { border-color: #DB450C; }
span { border-color: rgb(219,69,12); }
td.TdClassName
{
border-color: #DB450C;
}
.TagClassName
{
border-color: #DB450C;
}
</style>