Html Css Color HEX #D64006 Harley Davidson Orange
📋 copy color: '#D64006'red 214 ◦ green 64 ◦ blue 6
Shades of Harley Davidson Orange #D64006
Tints of Harley Davidson Orange #D64006
RGB
CMYK
RGB Variations
Color information
#D64006 (or 0xD64006) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 06. RGB value is (214,64,6). Sum of RGB (Red+Green+Blue) = 214+64+6=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D64006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64006 is #29BFF9. Grayscale: #666666. Windows color (decimal): -2736122 or 409814. OLE color: 409814.
HSL color Cylindrical-coordinate representation of color #D64006: hue angle of 16.73º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D64006 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.16 |
| HSL | 16.73º | 0.95% | 0.43% | - |
| HSV(B) | 16.73º | 0.97% | 0.84% | - |
| XYZ | 29.6 | 17.98 | 2.08 | - |
| YUV | 102.24 | 73.7 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 6 | 0 | 0.70 | 0.97 | 0.16 | 16.73 | 0.95 | 0.43 |
| Hex | D6 | 40 | 6 | 0 | 46 | 61 | 10 | 11 | 5F | 2B |
| Octal | 326 | 100 | 6 | 0 | 106 | 141 | 20 | 21 | 137 | 53 |
| Binary | 11010110 | 1000000 | 110 | 0 | 1000110 | 1100001 | 10000 | 10001 | 1011111 | 101011 |
Color Harmonies of #D64006
Complementary color
Monochromatic Colors of #D64006
Black with #D64006
Text Example
Text Example
White with #D64006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64006; }
p { color: rgb(214,64,6); }
H1.HeaderClassName
{
color: #D64006;
}
.AnyTagClassName
{
color: #D64006;
}
</style>
background-color css
<style>
a { background-color: #D64006; }
a { background-color: rgb(214,64,6); }
div.DivClassName
{
background-color: #D64006;
}
.BgClassName
{
background-color: #D64006;
}
</style>
border-color css
<style>
span { border-color: #D64006; }
span { border-color: rgb(214,64,6); }
td.TdClassName
{
border-color: #D64006;
}
.TagClassName
{
border-color: #D64006;
}
</style>