#DD4814

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

Shades of Harley Davidson Orange #DD4814

Tints of Harley Davidson Orange #DD4814

Color information

#DD4814 (or 0xDD4814) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 48 and 14. RGB value is (221,72,20). Sum of RGB (Red+Green+Blue) = 221+72+20=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4814 is #22B7EB. Grayscale: #6E6E6E. Windows color (decimal): -2275308 or 1329373. OLE color: 1329373.

HSL color Cylindrical-coordinate representation of color #DD4814: hue angle of 15.52º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD4814 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB2217220-
CMYK00.670.910.13
HSL15.52º83.4%47.25%-
HSV(B)15.52º90.95%86.67%-
XYZ32.2620.062.83-
YUV110.6276.86206.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.61%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 20 (8.20% from 255) = 6.39%
R=70.61%
G=23.00%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221722000.670.910.1315.5283.447.25
HexDD48140435BD10532f
Octal335110240103133152012357
Binary110111011001000101000100001110110111101100001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4814; }

 p { color: rgb(221,72,20); }

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

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

 a { background-color: rgb(221,72,20); }

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

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

 span { border-color: rgb(221,72,20); }

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