Html Css Color HEX #D64308 Harley Davidson Orange
📋 copy color: '#D64308'red 214 ◦ green 67 ◦ blue 8
Shades of Harley Davidson Orange #D64308
Tints of Harley Davidson Orange #D64308
RGB
CMYK
RGB Variations
Color information
#D64308 (or 0xD64308) is known color: Harley Davidson Orange. HEX triplet: D6, 43 and 08. RGB value is (214,67,8). Sum of RGB (Red+Green+Blue) = 214+67+8=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D64308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64308 is #29BCF7. Grayscale: #686868. Windows color (decimal): -2735352 or 541654. OLE color: 541654.
HSL color Cylindrical-coordinate representation of color #D64308: hue angle of 17.18º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D64308 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 8 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.16 |
| HSL | 17.18º | 0.93% | 0.44% | - |
| HSV(B) | 17.18º | 0.96% | 0.84% | - |
| XYZ | 29.78 | 18.33 | 2.2 | - |
| YUV | 104.23 | 73.7 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 8 | 0 | 0.69 | 0.96 | 0.16 | 17.18 | 0.93 | 0.44 |
| Hex | D6 | 43 | 8 | 0 | 45 | 60 | 10 | 11 | 5D | 2C |
| Octal | 326 | 103 | 10 | 0 | 105 | 140 | 20 | 21 | 135 | 54 |
| Binary | 11010110 | 1000011 | 1000 | 0 | 1000101 | 1100000 | 10000 | 10001 | 1011101 | 101100 |
Color Harmonies of #D64308
Complementary color
Monochromatic Colors of #D64308
Black with #D64308
Text Example
Text Example
White with #D64308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64308; }
p { color: rgb(214,67,8); }
H1.HeaderClassName
{
color: #D64308;
}
.AnyTagClassName
{
color: #D64308;
}
</style>
background-color css
<style>
a { background-color: #D64308; }
a { background-color: rgb(214,67,8); }
div.DivClassName
{
background-color: #D64308;
}
.BgClassName
{
background-color: #D64308;
}
</style>
border-color css
<style>
span { border-color: #D64308; }
span { border-color: rgb(214,67,8); }
td.TdClassName
{
border-color: #D64308;
}
.TagClassName
{
border-color: #D64308;
}
</style>