Html Css Color HEX #D04710 Harley Davidson Orange

📋 copy color: '#D04710'

red 208 ◦ green 71 ◦ blue 16

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

Shades of Harley Davidson Orange #D04710

Tints of Harley Davidson Orange #D04710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 70.51%
G = 24.07%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D04710 (or 0xD04710) is known color: Harley Davidson Orange. HEX triplet: D0, 47 and 10. RGB value is (208,71,16). Sum of RGB (Red+Green+Blue) = 208+71+16=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D04710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04710 is #2FB8EF. Grayscale: #6A6A6A. Windows color (decimal): -3127536 or 1066960. OLE color: 1066960.

HSL color Cylindrical-coordinate representation of color #D04710: hue angle of 17.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D04710 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 71 16 -
CMYK 0 0.66 0.92 0.18
HSL 17.19º 0.86% 0.44% -
HSV(B) 17.19º 0.92% 0.82% -
XYZ 28.36 17.95 2.46 -
YUV 105.69 77.39 200.97 -
System Red Green Blue C M Y K H S L
Decimal 208 71 16 0 0.66 0.92 0.18 17.19 0.86 0.44
Hex D0 47 10 0 42 5C 12 11 56 2C
Octal 320 107 20 0 102 134 22 21 126 54
Binary 11010000 1000111 10000 0 1000010 1011100 10010 10001 1010110 101100

Color Harmonies of #D04710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04710

Black with #D04710

Text Example


Text Example

White with #D04710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04710; }

 p { color: rgb(208,71,16); }

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

background-color css

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

 a { background-color: rgb(208,71,16); }

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

border-color css

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

 span { border-color: rgb(208,71,16); }

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