Html Css Color HEX #D04614 Harley Davidson Orange

📋 copy color: '#D04614'

red 208 ◦ green 70 ◦ blue 20

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

Shades of Harley Davidson Orange #D04614

Tints of Harley Davidson Orange #D04614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 69.8%
G = 23.49%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D04614 (or 0xD04614) is known color: Harley Davidson Orange. HEX triplet: D0, 46 and 14. RGB value is (208,70,20). Sum of RGB (Red+Green+Blue) = 208+70+20=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D04614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04614 is #2FB9EB. Grayscale: #696969. Windows color (decimal): -3127788 or 1328848. OLE color: 1328848.

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

Color convert

RGB 208 70 20 -
CMYK 0 0.66 0.90 0.18
HSL 15.96º 0.82% 0.45% -
HSV(B) 15.96º 0.9% 0.82% -
XYZ 28.33 17.84 2.61 -
YUV 105.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 208 70 20 0 0.66 0.90 0.18 15.96 0.82 0.45
Hex D0 46 14 0 42 5A 12 10 52 2D
Octal 320 106 24 0 102 132 22 20 122 55
Binary 11010000 1000110 10100 0 1000010 1011010 10010 10000 1010010 101101

Color Harmonies of #D04614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04614

Black with #D04614

Text Example


Text Example

White with #D04614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04614; }

 p { color: rgb(208,70,20); }

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

background-color css

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

 a { background-color: rgb(208,70,20); }

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

border-color css

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

 span { border-color: rgb(208,70,20); }

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