Html Css Color HEX #DD4716 Harley Davidson Orange

📋 copy color: '#DD4716'

red 221 ◦ green 71 ◦ blue 22

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

Shades of Harley Davidson Orange #DD4716

Tints of Harley Davidson Orange #DD4716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.61%

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 70.38%
G = 22.61%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD4716 (or 0xDD4716) is known color: Harley Davidson Orange. HEX triplet: DD, 47 and 16. RGB value is (221,71,22). Sum of RGB (Red+Green+Blue) = 221+71+22=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4716 is #22B8E9. Grayscale: #6E6E6E. Windows color (decimal): -2275562 or 1460189. OLE color: 1460189.

HSL color Cylindrical-coordinate representation of color #DD4716: hue angle of 14.77º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4716 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 22 -
CMYK 0 0.68 0.90 0.13
HSL 14.77º 0.82% 0.48% -
HSV(B) 14.77º 0.9% 0.87% -
XYZ 32.22 19.94 2.91 -
YUV 110.26 78.2 206.98 -
System Red Green Blue C M Y K H S L
Decimal 221 71 22 0 0.68 0.90 0.13 14.77 0.82 0.48
Hex DD 47 16 0 44 5A D F 52 30
Octal 335 107 26 0 104 132 15 17 122 60
Binary 11011101 1000111 10110 0 1000100 1011010 1101 1111 1010010 110000

Color Harmonies of #DD4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4716

Black with #DD4716

Text Example


Text Example

White with #DD4716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4716; }

 p { color: rgb(221,71,22); }

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

background-color css

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

 a { background-color: rgb(221,71,22); }

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

border-color css

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

 span { border-color: rgb(221,71,22); }

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