Html Css Color HEX #DC4209 Harley Davidson Orange

📋 copy color: '#DC4209'

red 220 ◦ green 66 ◦ blue 9

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

Shades of Harley Davidson Orange #DC4209

Tints of Harley Davidson Orange #DC4209

RGB

 RED value IS 220 (86.33% from 255) = 74.58%

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

 BLUE value IS 9 (3.91% from 255) = 3.05%

R = 74.58%
G = 22.37%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC4209 (or 0xDC4209) is known color: Harley Davidson Orange. HEX triplet: DC, 42 and 09. RGB value is (220,66,9). Sum of RGB (Red+Green+Blue) = 220+66+9=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4209 is #23BDF6. Grayscale: #696969. Windows color (decimal): -2342391 or 606940. OLE color: 606940.

HSL color Cylindrical-coordinate representation of color #DC4209: hue angle of 16.21º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC4209 is Cyan = 0, Magento = 0.7, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 9 -
CMYK 0 0.7 0.96 0.14
HSL 16.21º 0.92% 0.45% -
HSV(B) 16.21º 0.96% 0.86% -
XYZ 31.51 19.13 2.29 -
YUV 105.55 73.52 209.63 -
System Red Green Blue C M Y K H S L
Decimal 220 66 9 0 0.7 0.96 0.14 16.21 0.92 0.45
Hex DC 42 9 0 46 60 E 10 5C 2D
Octal 334 102 11 0 106 140 16 20 134 55
Binary 11011100 1000010 1001 0 1000110 1100000 1110 10000 1011100 101101

Color Harmonies of #DC4209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4209

Black with #DC4209

Text Example


Text Example

White with #DC4209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4209; }

 p { color: rgb(220,66,9); }

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

background-color css

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

 a { background-color: rgb(220,66,9); }

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

border-color css

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

 span { border-color: rgb(220,66,9); }

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