Html Css Color HEX #DA440D Harley Davidson Orange
📋 copy color: '#DA440D'red 218 ◦ green 68 ◦ blue 13
Shades of Harley Davidson Orange #DA440D
Tints of Harley Davidson Orange #DA440D
RGB
CMYK
RGB Variations
Color information
#DA440D (or 0xDA440D) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 0D. RGB value is (218,68,13). Sum of RGB (Red+Green+Blue) = 218+68+13=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA440D is #25BBF2. Grayscale: #6A6A6A. Windows color (decimal): -2472947 or 869594. OLE color: 869594.
HSL color Cylindrical-coordinate representation of color #DA440D: hue angle of 16.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA440D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.15 |
| HSL | 16.1º | 0.89% | 0.45% | - |
| HSV(B) | 16.1º | 0.94% | 0.85% | - |
| XYZ | 31.05 | 19.07 | 2.42 | - |
| YUV | 106.58 | 75.2 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 13 | 0 | 0.69 | 0.94 | 0.15 | 16.1 | 0.89 | 0.45 |
| Hex | DA | 44 | D | 0 | 45 | 5E | F | 10 | 59 | 2D |
| Octal | 332 | 104 | 15 | 0 | 105 | 136 | 17 | 20 | 131 | 55 |
| Binary | 11011010 | 1000100 | 1101 | 0 | 1000101 | 1011110 | 1111 | 10000 | 1011001 | 101101 |
Color Harmonies of #DA440D
Complementary color
Monochromatic Colors of #DA440D
Black with #DA440D
Text Example
Text Example
White with #DA440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA440D; }
p { color: rgb(218,68,13); }
H1.HeaderClassName
{
color: #DA440D;
}
.AnyTagClassName
{
color: #DA440D;
}
</style>
background-color css
<style>
a { background-color: #DA440D; }
a { background-color: rgb(218,68,13); }
div.DivClassName
{
background-color: #DA440D;
}
.BgClassName
{
background-color: #DA440D;
}
</style>
border-color css
<style>
span { border-color: #DA440D; }
span { border-color: rgb(218,68,13); }
td.TdClassName
{
border-color: #DA440D;
}
.TagClassName
{
border-color: #DA440D;
}
</style>