Html Css Color HEX #DD4208 Harley Davidson Orange

📋 copy color: '#DD4208'

red 221 ◦ green 66 ◦ blue 8

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

Shades of Harley Davidson Orange #DD4208

Tints of Harley Davidson Orange #DD4208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.37%

 BLUE value IS 8 (3.52% from 255) = 2.71%

R = 74.92%
G = 22.37%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD4208 (or 0xDD4208) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 08. RGB value is (221,66,8). Sum of RGB (Red+Green+Blue) = 221+66+8=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4208 is #22BDF7. Grayscale: #6A6A6A. Windows color (decimal): -2276856 or 541405. OLE color: 541405.

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

Color convert

RGB 221 66 8 -
CMYK 0 0.70 0.96 0.13
HSL 16.34º 0.93% 0.45% -
HSV(B) 16.34º 0.96% 0.87% -
XYZ 31.81 19.29 2.28 -
YUV 105.73 72.85 210.22 -
System Red Green Blue C M Y K H S L
Decimal 221 66 8 0 0.70 0.96 0.13 16.34 0.93 0.45
Hex DD 42 8 0 46 60 D 10 5D 2D
Octal 335 102 10 0 106 140 15 20 135 55
Binary 11011101 1000010 1000 0 1000110 1100000 1101 10000 1011101 101101

Color Harmonies of #DD4208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4208

Black with #DD4208

Text Example


Text Example

White with #DD4208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4208; }

 p { color: rgb(221,66,8); }

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

background-color css

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

 a { background-color: rgb(221,66,8); }

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

border-color css

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

 span { border-color: rgb(221,66,8); }

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