Html Css Color HEX #DD440E Harley Davidson Orange

📋 copy color: '#DD440E'

red 221 ◦ green 68 ◦ blue 14

#DD440E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DD440E

Tints of Harley Davidson Orange #DD440E

RGB

 RED value IS 221 (86.72% from 255) = 72.94%

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 14 (5.86% from 255) = 4.62%

R = 72.94%
G = 22.44%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD440E (or 0xDD440E) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 0E. RGB value is (221,68,14). Sum of RGB (Red+Green+Blue) = 221+68+14=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD440E is #22BBF1. Grayscale: #6B6B6B. Windows color (decimal): -2276338 or 935133. OLE color: 935133.

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

Color convert

RGB 221 68 14 -
CMYK 0 0.69 0.94 0.13
HSL 15.65º 0.88% 0.46% -
HSV(B) 15.65º 0.94% 0.87% -
XYZ 31.97 19.54 2.5 -
YUV 107.59 75.19 208.89 -
System Red Green Blue C M Y K H S L
Decimal 221 68 14 0 0.69 0.94 0.13 15.65 0.88 0.46
Hex DD 44 E 0 45 5E D 10 58 2E
Octal 335 104 16 0 105 136 15 20 130 56
Binary 11011101 1000100 1110 0 1000101 1011110 1101 10000 1011000 101110

Color Harmonies of #DD440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD440E

Black with #DD440E

Text Example


Text Example

White with #DD440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD440E; }

 p { color: rgb(221,68,14); }

 H1.HeaderClassName
 {
   color: #DD440E;
 }
 .AnyTagClassName
 {
   color: #DD440E;
 }
</style>

background-color css

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

 a { background-color: rgb(221,68,14); }

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

border-color css

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

 span { border-color: rgb(221,68,14); }

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