Html Css Color HEX #DC430D Harley Davidson Orange
📋 copy color: '#DC430D'red 220 ◦ green 67 ◦ blue 13
Shades of Harley Davidson Orange #DC430D
Tints of Harley Davidson Orange #DC430D
RGB
CMYK
RGB Variations
Color information
#DC430D (or 0xDC430D) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 0D. RGB value is (220,67,13). Sum of RGB (Red+Green+Blue) = 220+67+13=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC430D is #23BCF2. Grayscale: #6A6A6A. Windows color (decimal): -2342131 or 869340. OLE color: 869340.
HSL color Cylindrical-coordinate representation of color #DC430D: hue angle of 15.65º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC430D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.14 |
| HSL | 15.65º | 0.89% | 0.46% | - |
| HSV(B) | 15.65º | 0.94% | 0.86% | - |
| XYZ | 31.6 | 19.26 | 2.43 | - |
| YUV | 106.59 | 75.19 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 13 | 0 | 0.70 | 0.94 | 0.14 | 15.65 | 0.89 | 0.46 |
| Hex | DC | 43 | D | 0 | 46 | 5E | E | 10 | 59 | 2E |
| Octal | 334 | 103 | 15 | 0 | 106 | 136 | 16 | 20 | 131 | 56 |
| Binary | 11011100 | 1000011 | 1101 | 0 | 1000110 | 1011110 | 1110 | 10000 | 1011001 | 101110 |
Color Harmonies of #DC430D
Complementary color
Monochromatic Colors of #DC430D
Black with #DC430D
Text Example
Text Example
White with #DC430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC430D; }
p { color: rgb(220,67,13); }
H1.HeaderClassName
{
color: #DC430D;
}
.AnyTagClassName
{
color: #DC430D;
}
</style>
background-color css
<style>
a { background-color: #DC430D; }
a { background-color: rgb(220,67,13); }
div.DivClassName
{
background-color: #DC430D;
}
.BgClassName
{
background-color: #DC430D;
}
</style>
border-color css
<style>
span { border-color: #DC430D; }
span { border-color: rgb(220,67,13); }
td.TdClassName
{
border-color: #DC430D;
}
.TagClassName
{
border-color: #DC430D;
}
</style>