Html Css Color HEX #DC4316 Harley Davidson Orange
📋 copy color: '#DC4316'red 220 ◦ green 67 ◦ blue 22
Shades of Harley Davidson Orange #DC4316
Tints of Harley Davidson Orange #DC4316
RGB
CMYK
RGB Variations
Color information
#DC4316 (or 0xDC4316) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 16. RGB value is (220,67,22). Sum of RGB (Red+Green+Blue) = 220+67+22=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4316 is #23BCE9. Grayscale: #6B6B6B. Windows color (decimal): -2342122 or 1459164. OLE color: 1459164.
HSL color Cylindrical-coordinate representation of color #DC4316: hue angle of 13.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC4316 is Cyan = 0, Magento = 0.70, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 22 | - |
| CMYK | 0 | 0.70 | 0.9 | 0.14 |
| HSL | 13.64º | 0.82% | 0.47% | - |
| HSV(B) | 13.64º | 0.9% | 0.86% | - |
| XYZ | 31.67 | 19.29 | 2.81 | - |
| YUV | 107.62 | 79.69 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 22 | 0 | 0.70 | 0.9 | 0.14 | 13.64 | 0.82 | 0.47 |
| Hex | DC | 43 | 16 | 0 | 46 | 5A | E | E | 52 | 2F |
| Octal | 334 | 103 | 26 | 0 | 106 | 132 | 16 | 16 | 122 | 57 |
| Binary | 11011100 | 1000011 | 10110 | 0 | 1000110 | 1011010 | 1110 | 1110 | 1010010 | 101111 |
Color Harmonies of #DC4316
Complementary color
Monochromatic Colors of #DC4316
Black with #DC4316
Text Example
Text Example
White with #DC4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4316; }
p { color: rgb(220,67,22); }
H1.HeaderClassName
{
color: #DC4316;
}
.AnyTagClassName
{
color: #DC4316;
}
</style>
background-color css
<style>
a { background-color: #DC4316; }
a { background-color: rgb(220,67,22); }
div.DivClassName
{
background-color: #DC4316;
}
.BgClassName
{
background-color: #DC4316;
}
</style>
border-color css
<style>
span { border-color: #DC4316; }
span { border-color: rgb(220,67,22); }
td.TdClassName
{
border-color: #DC4316;
}
.TagClassName
{
border-color: #DC4316;
}
</style>