Html Css Color HEX #D04516 Harley Davidson Orange

📋 copy color: '#D04516'

red 208 ◦ green 69 ◦ blue 22

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

Shades of Harley Davidson Orange #D04516

Tints of Harley Davidson Orange #D04516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

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

R = 69.57%
G = 23.08%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D04516 (or 0xD04516) is known color: Harley Davidson Orange. HEX triplet: D0, 45 and 16. RGB value is (208,69,22). Sum of RGB (Red+Green+Blue) = 208+69+22=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D04516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04516 is #2FBAE9. Grayscale: #696969. Windows color (decimal): -3128042 or 1459664. OLE color: 1459664.

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

Color convert

RGB 208 69 22 -
CMYK 0 0.67 0.89 0.18
HSL 15.16º 0.81% 0.45% -
HSV(B) 15.16º 0.89% 0.82% -
XYZ 28.29 17.72 2.69 -
YUV 105.2 81.05 201.32 -
System Red Green Blue C M Y K H S L
Decimal 208 69 22 0 0.67 0.89 0.18 15.16 0.81 0.45
Hex D0 45 16 0 43 59 12 F 51 2D
Octal 320 105 26 0 103 131 22 17 121 55
Binary 11010000 1000101 10110 0 1000011 1011001 10010 1111 1010001 101101

Color Harmonies of #D04516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04516

Black with #D04516

Text Example


Text Example

White with #D04516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04516; }

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

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

background-color css

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

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

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

border-color css

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

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

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