Html Css Color HEX #D8440B Harley Davidson Orange
📋 copy color: '#D8440B'red 216 ◦ green 68 ◦ blue 11
Shades of Harley Davidson Orange #D8440B
Tints of Harley Davidson Orange #D8440B
RGB
CMYK
RGB Variations
Color information
#D8440B (or 0xD8440B) is known color: Harley Davidson Orange. HEX triplet: D8, 44 and 0B. RGB value is (216,68,11). Sum of RGB (Red+Green+Blue) = 216+68+11=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8440B is #27BBF4. Grayscale: #6A6A6A. Windows color (decimal): -2604021 or 738520. OLE color: 738520.
HSL color Cylindrical-coordinate representation of color #D8440B: hue angle of 16.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8440B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.15 |
| HSL | 16.68º | 0.9% | 0.45% | - |
| HSV(B) | 16.68º | 0.95% | 0.85% | - |
| XYZ | 30.45 | 18.76 | 2.33 | - |
| YUV | 105.75 | 74.53 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 11 | 0 | 0.69 | 0.95 | 0.15 | 16.68 | 0.9 | 0.45 |
| Hex | D8 | 44 | B | 0 | 45 | 5F | F | 11 | 5A | 2D |
| Octal | 330 | 104 | 13 | 0 | 105 | 137 | 17 | 21 | 132 | 55 |
| Binary | 11011000 | 1000100 | 1011 | 0 | 1000101 | 1011111 | 1111 | 10001 | 1011010 | 101101 |
Color Harmonies of #D8440B
Complementary color
Monochromatic Colors of #D8440B
Black with #D8440B
Text Example
Text Example
White with #D8440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8440B; }
p { color: rgb(216,68,11); }
H1.HeaderClassName
{
color: #D8440B;
}
.AnyTagClassName
{
color: #D8440B;
}
</style>
background-color css
<style>
a { background-color: #D8440B; }
a { background-color: rgb(216,68,11); }
div.DivClassName
{
background-color: #D8440B;
}
.BgClassName
{
background-color: #D8440B;
}
</style>
border-color css
<style>
span { border-color: #D8440B; }
span { border-color: rgb(216,68,11); }
td.TdClassName
{
border-color: #D8440B;
}
.TagClassName
{
border-color: #D8440B;
}
</style>