Html Css Color HEX #DD4006 Harley Davidson Orange

📋 copy color: '#DD4006'

red 221 ◦ green 64 ◦ blue 6

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

Shades of Harley Davidson Orange #DD4006

Tints of Harley Davidson Orange #DD4006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.06%

R = 75.95%
G = 21.99%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD4006 (or 0xDD4006) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 06. RGB value is (221,64,6). Sum of RGB (Red+Green+Blue) = 221+64+6=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4006 is #22BFF9. Grayscale: #686868. Windows color (decimal): -2277370 or 409821. OLE color: 409821.

HSL color Cylindrical-coordinate representation of color #DD4006: hue angle of 16.19º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD4006 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 6 -
CMYK 0 0.71 0.97 0.13
HSL 16.19º 0.95% 0.45% -
HSV(B) 16.19º 0.97% 0.87% -
XYZ 31.69 19.05 2.18 -
YUV 104.33 72.51 211.22 -
System Red Green Blue C M Y K H S L
Decimal 221 64 6 0 0.71 0.97 0.13 16.19 0.95 0.45
Hex DD 40 6 0 47 61 D 10 5F 2D
Octal 335 100 6 0 107 141 15 20 137 55
Binary 11011101 1000000 110 0 1000111 1100001 1101 10000 1011111 101101

Color Harmonies of #DD4006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4006

Black with #DD4006

Text Example


Text Example

White with #DD4006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4006; }

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

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

background-color css

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

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

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

border-color css

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

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

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