Html Css Color HEX #DD430C Harley Davidson Orange
📋 copy color: '#DD430C'red 221 ◦ green 67 ◦ blue 12
Shades of Harley Davidson Orange #DD430C
Tints of Harley Davidson Orange #DD430C
RGB
CMYK
RGB Variations
Color information
#DD430C (or 0xDD430C) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 0C. RGB value is (221,67,12). Sum of RGB (Red+Green+Blue) = 221+67+12=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD430C is #22BCF3. Grayscale: #6B6B6B. Windows color (decimal): -2276596 or 803805. OLE color: 803805.
HSL color Cylindrical-coordinate representation of color #DD430C: hue angle of 15.79º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD430C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.13 |
| HSL | 15.79º | 0.9% | 0.46% | - |
| HSV(B) | 15.79º | 0.95% | 0.87% | - |
| XYZ | 31.89 | 19.41 | 2.41 | - |
| YUV | 106.78 | 74.52 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 12 | 0 | 0.70 | 0.95 | 0.13 | 15.79 | 0.9 | 0.46 |
| Hex | DD | 43 | C | 0 | 46 | 5F | D | 10 | 5A | 2E |
| Octal | 335 | 103 | 14 | 0 | 106 | 137 | 15 | 20 | 132 | 56 |
| Binary | 11011101 | 1000011 | 1100 | 0 | 1000110 | 1011111 | 1101 | 10000 | 1011010 | 101110 |
Color Harmonies of #DD430C
Complementary color
Monochromatic Colors of #DD430C
Black with #DD430C
Text Example
Text Example
White with #DD430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD430C; }
p { color: rgb(221,67,12); }
H1.HeaderClassName
{
color: #DD430C;
}
.AnyTagClassName
{
color: #DD430C;
}
</style>
background-color css
<style>
a { background-color: #DD430C; }
a { background-color: rgb(221,67,12); }
div.DivClassName
{
background-color: #DD430C;
}
.BgClassName
{
background-color: #DD430C;
}
</style>
border-color css
<style>
span { border-color: #DD430C; }
span { border-color: rgb(221,67,12); }
td.TdClassName
{
border-color: #DD430C;
}
.TagClassName
{
border-color: #DD430C;
}
</style>