Html Css Color HEX #DC430A Harley Davidson Orange
📋 copy color: '#DC430A'red 220 ◦ green 67 ◦ blue 10
Shades of Harley Davidson Orange #DC430A
Tints of Harley Davidson Orange #DC430A
RGB
CMYK
RGB Variations
Color information
#DC430A (or 0xDC430A) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 0A. RGB value is (220,67,10). Sum of RGB (Red+Green+Blue) = 220+67+10=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC430A is #23BCF5. Grayscale: #6A6A6A. Windows color (decimal): -2342134 or 672732. OLE color: 672732.
HSL color Cylindrical-coordinate representation of color #DC430A: hue angle of 16.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC430A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.14 |
| HSL | 16.29º | 0.91% | 0.45% | - |
| HSV(B) | 16.29º | 0.95% | 0.86% | - |
| XYZ | 31.58 | 19.25 | 2.34 | - |
| YUV | 106.25 | 73.69 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 10 | 0 | 0.70 | 0.95 | 0.14 | 16.29 | 0.91 | 0.45 |
| Hex | DC | 43 | A | 0 | 46 | 5F | E | 10 | 5B | 2D |
| Octal | 334 | 103 | 12 | 0 | 106 | 137 | 16 | 20 | 133 | 55 |
| Binary | 11011100 | 1000011 | 1010 | 0 | 1000110 | 1011111 | 1110 | 10000 | 1011011 | 101101 |
Color Harmonies of #DC430A
Complementary color
Monochromatic Colors of #DC430A
Black with #DC430A
Text Example
Text Example
White with #DC430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC430A; }
p { color: rgb(220,67,10); }
H1.HeaderClassName
{
color: #DC430A;
}
.AnyTagClassName
{
color: #DC430A;
}
</style>
background-color css
<style>
a { background-color: #DC430A; }
a { background-color: rgb(220,67,10); }
div.DivClassName
{
background-color: #DC430A;
}
.BgClassName
{
background-color: #DC430A;
}
</style>
border-color css
<style>
span { border-color: #DC430A; }
span { border-color: rgb(220,67,10); }
td.TdClassName
{
border-color: #DC430A;
}
.TagClassName
{
border-color: #DC430A;
}
</style>