#DD4610

Color #DD4610 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DD4610

Tints of Harley Davidson Orange #DD4610

Color information

#DD4610 (or 0xDD4610) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 46 and 10. RGB value is (221,70,16). Sum of RGB (Red+Green+Blue) = 221+70+16=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4610 is #22B9EF. Grayscale: #6D6D6D. Windows color (decimal): -2275824 or 1066717. OLE color: 1066717.

HSL color Cylindrical-coordinate representation of color #DD4610: hue angle of 15.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD4610 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB2217016-
CMYK00.680.930.13
HSL15.8º86.5%46.47%-
HSV(B)15.8º92.76%86.67%-
XYZ32.119.792.62-
YUV108.9975.53207.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 71.99%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 16 (6.64% from 255) = 5.21%
R=71.99%
G=22.80%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221701600.680.930.1315.886.546.47
HexDD46100445DD10562e
Octal335106200104135152012656
Binary110111011000110100000100010010111011101100001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4610; }

 p { color: rgb(221,70,16); }

 H1.HeaderClassName
 {
   color: #DD4610;
 }
 .AnyTagClassName
 {
   color: #DD4610;
 }
</style>
background-color css

<style>
 a { background-color: #DD4610; }

 a { background-color: rgb(221,70,16); }

 div.DivClassName
 {
   background-color: #DD4610;
 }
 .BgClassName
 {
   background-color: #DD4610;
 }
</style>
border-color css

<style>
 span { border-color: #DD4610; }

 span { border-color: rgb(221,70,16); }

 td.TdClassName
 {
   border-color: #DD4610;
 }
 .TagClassName
 {
   border-color: #DD4610;
 }
</style>