Html Css Color HEX #DD4016 Harley Davidson Orange

📋 copy color: '#DD4016'

red 221 ◦ green 64 ◦ blue 22

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

Shades of Harley Davidson Orange #DD4016

Tints of Harley Davidson Orange #DD4016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.85%

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

R = 71.99%
G = 20.85%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD4016 (or 0xDD4016) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 16. RGB value is (221,64,22). Sum of RGB (Red+Green+Blue) = 221+64+22=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4016 is #22BFE9. Grayscale: #6A6A6A. Windows color (decimal): -2277354 or 1458397. OLE color: 1458397.

HSL color Cylindrical-coordinate representation of color #DD4016: hue angle of 12.66º 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 #DD4016 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 22 -
CMYK 0 0.71 0.90 0.13
HSL 12.66º 0.82% 0.48% -
HSV(B) 12.66º 0.9% 0.87% -
XYZ 31.8 19.1 2.77 -
YUV 106.16 80.51 209.92 -
System Red Green Blue C M Y K H S L
Decimal 221 64 22 0 0.71 0.90 0.13 12.66 0.82 0.48
Hex DD 40 16 0 47 5A D D 52 30
Octal 335 100 26 0 107 132 15 15 122 60
Binary 11011101 1000000 10110 0 1000111 1011010 1101 1101 1010010 110000

Color Harmonies of #DD4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4016

Black with #DD4016

Text Example


Text Example

White with #DD4016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4016; }

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

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

background-color css

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

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

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

border-color css

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

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

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