Html Css Color HEX #DA460D Harley Davidson Orange
📋 copy color: '#DA460D'red 218 ◦ green 70 ◦ blue 13
Shades of Harley Davidson Orange #DA460D
Tints of Harley Davidson Orange #DA460D
RGB
CMYK
RGB Variations
Color information
#DA460D (or 0xDA460D) is known color: Harley Davidson Orange. HEX triplet: DA, 46 and 0D. RGB value is (218,70,13). Sum of RGB (Red+Green+Blue) = 218+70+13=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA460D is #25B9F2. Grayscale: #6C6C6C. Windows color (decimal): -2472435 or 870106. OLE color: 870106.
HSL color Cylindrical-coordinate representation of color #DA460D: hue angle of 16.68º 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 #DA460D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.15 |
| HSL | 16.68º | 0.89% | 0.45% | - |
| HSV(B) | 16.68º | 0.94% | 0.85% | - |
| XYZ | 31.18 | 19.31 | 2.47 | - |
| YUV | 107.75 | 74.53 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 13 | 0 | 0.68 | 0.94 | 0.15 | 16.68 | 0.89 | 0.45 |
| Hex | DA | 46 | D | 0 | 44 | 5E | F | 11 | 59 | 2D |
| Octal | 332 | 106 | 15 | 0 | 104 | 136 | 17 | 21 | 131 | 55 |
| Binary | 11011010 | 1000110 | 1101 | 0 | 1000100 | 1011110 | 1111 | 10001 | 1011001 | 101101 |
Color Harmonies of #DA460D
Complementary color
Monochromatic Colors of #DA460D
Black with #DA460D
Text Example
Text Example
White with #DA460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA460D; }
p { color: rgb(218,70,13); }
H1.HeaderClassName
{
color: #DA460D;
}
.AnyTagClassName
{
color: #DA460D;
}
</style>
background-color css
<style>
a { background-color: #DA460D; }
a { background-color: rgb(218,70,13); }
div.DivClassName
{
background-color: #DA460D;
}
.BgClassName
{
background-color: #DA460D;
}
</style>
border-color css
<style>
span { border-color: #DA460D; }
span { border-color: rgb(218,70,13); }
td.TdClassName
{
border-color: #DA460D;
}
.TagClassName
{
border-color: #DA460D;
}
</style>