Html Css Color HEX #DC4308 Harley Davidson Orange
📋 copy color: '#DC4308'red 220 ◦ green 67 ◦ blue 8
Shades of Harley Davidson Orange #DC4308
Tints of Harley Davidson Orange #DC4308
RGB
CMYK
RGB Variations
Color information
#DC4308 (or 0xDC4308) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 08. RGB value is (220,67,8). Sum of RGB (Red+Green+Blue) = 220+67+8=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4308 is #23BCF7. Grayscale: #6A6A6A. Windows color (decimal): -2342136 or 541660. OLE color: 541660.
HSL color Cylindrical-coordinate representation of color #DC4308: hue angle of 16.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC4308 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.14 |
| HSL | 16.7º | 0.93% | 0.45% | - |
| HSV(B) | 16.7º | 0.96% | 0.86% | - |
| XYZ | 31.57 | 19.25 | 2.28 | - |
| YUV | 106.02 | 72.69 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 8 | 0 | 0.70 | 0.96 | 0.14 | 16.7 | 0.93 | 0.45 |
| Hex | DC | 43 | 8 | 0 | 46 | 60 | E | 11 | 5D | 2D |
| Octal | 334 | 103 | 10 | 0 | 106 | 140 | 16 | 21 | 135 | 55 |
| Binary | 11011100 | 1000011 | 1000 | 0 | 1000110 | 1100000 | 1110 | 10001 | 1011101 | 101101 |
Color Harmonies of #DC4308
Complementary color
Monochromatic Colors of #DC4308
Black with #DC4308
Text Example
Text Example
White with #DC4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4308; }
p { color: rgb(220,67,8); }
H1.HeaderClassName
{
color: #DC4308;
}
.AnyTagClassName
{
color: #DC4308;
}
</style>
background-color css
<style>
a { background-color: #DC4308; }
a { background-color: rgb(220,67,8); }
div.DivClassName
{
background-color: #DC4308;
}
.BgClassName
{
background-color: #DC4308;
}
</style>
border-color css
<style>
span { border-color: #DC4308; }
span { border-color: rgb(220,67,8); }
td.TdClassName
{
border-color: #DC4308;
}
.TagClassName
{
border-color: #DC4308;
}
</style>