Html Css Color HEX #D04017 Harley Davidson Orange

📋 copy color: '#D04017'

red 208 ◦ green 64 ◦ blue 23

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

Shades of Harley Davidson Orange #D04017

Tints of Harley Davidson Orange #D04017

RGB

 RED value IS 208 (81.64% from 255) = 70.51%

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

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 70.51%
G = 21.69%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D04017 (or 0xD04017) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 17. RGB value is (208,64,23). Sum of RGB (Red+Green+Blue) = 208+64+23=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D04017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04017 is #2FBFE8. Grayscale: #666666. Windows color (decimal): -3129321 or 1523920. OLE color: 1523920.

HSL color Cylindrical-coordinate representation of color #D04017: hue angle of 13.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D04017 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 23 -
CMYK 0 0.69 0.89 0.18
HSL 13.3º 0.8% 0.45% -
HSV(B) 13.3º 0.89% 0.82% -
XYZ 28 17.14 2.64 -
YUV 102.38 83.21 203.33 -
System Red Green Blue C M Y K H S L
Decimal 208 64 23 0 0.69 0.89 0.18 13.3 0.8 0.45
Hex D0 40 17 0 45 59 12 D 50 2D
Octal 320 100 27 0 105 131 22 15 120 55
Binary 11010000 1000000 10111 0 1000101 1011001 10010 1101 1010000 101101

Color Harmonies of #D04017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04017

Black with #D04017

Text Example


Text Example

White with #D04017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04017; }

 p { color: rgb(208,64,23); }

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

background-color css

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

 a { background-color: rgb(208,64,23); }

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

border-color css

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

 span { border-color: rgb(208,64,23); }

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