Html Css Color HEX #D04916 Harley Davidson Orange

📋 copy color: '#D04916'

red 208 ◦ green 73 ◦ blue 22

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

Shades of Harley Davidson Orange #D04916

Tints of Harley Davidson Orange #D04916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 68.65%
G = 24.09%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D04916 (or 0xD04916) is known color: Harley Davidson Orange. HEX triplet: D0, 49 and 16. RGB value is (208,73,22). Sum of RGB (Red+Green+Blue) = 208+73+22=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D04916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04916 is #2FB6E9. Grayscale: #6B6B6B. Windows color (decimal): -3127018 or 1460688. OLE color: 1460688.

HSL color Cylindrical-coordinate representation of color #D04916: hue angle of 16.45º degrees, saturation: 0.81, 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 #D04916 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 22 -
CMYK 0 0.65 0.89 0.18
HSL 16.45º 0.81% 0.45% -
HSV(B) 16.45º 0.89% 0.82% -
XYZ 28.54 18.23 2.77 -
YUV 107.55 79.73 199.65 -
System Red Green Blue C M Y K H S L
Decimal 208 73 22 0 0.65 0.89 0.18 16.45 0.81 0.45
Hex D0 49 16 0 41 59 12 10 51 2D
Octal 320 111 26 0 101 131 22 20 121 55
Binary 11010000 1001001 10110 0 1000001 1011001 10010 10000 1010001 101101

Color Harmonies of #D04916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04916

Black with #D04916

Text Example


Text Example

White with #D04916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04916; }

 p { color: rgb(208,73,22); }

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

background-color css

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

 a { background-color: rgb(208,73,22); }

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

border-color css

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

 span { border-color: rgb(208,73,22); }

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