Html Css Color HEX #D84106 Harley Davidson Orange

📋 copy color: '#D84106'

red 216 ◦ green 65 ◦ blue 6

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

Shades of Harley Davidson Orange #D84106

Tints of Harley Davidson Orange #D84106

RGB

 RED value IS 216 (84.77% from 255) = 75.26%

 GREEN value IS 65 (25.78% from 255) = 22.65%

 BLUE value IS 6 (2.73% from 255) = 2.09%

R = 75.26%
G = 22.65%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D84106 (or 0xD84106) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 06. RGB value is (216,65,6). Sum of RGB (Red+Green+Blue) = 216+65+6=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D84106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84106 is #27BEF9. Grayscale: #676767. Windows color (decimal): -2604794 or 410072. OLE color: 410072.

HSL color Cylindrical-coordinate representation of color #D84106: hue angle of 16.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D84106 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 6 -
CMYK 0 0.70 0.97 0.15
HSL 16.86º 0.95% 0.44% -
HSV(B) 16.86º 0.97% 0.85% -
XYZ 30.24 18.39 2.13 -
YUV 103.42 73.03 208.3 -
System Red Green Blue C M Y K H S L
Decimal 216 65 6 0 0.70 0.97 0.15 16.86 0.95 0.44
Hex D8 41 6 0 46 61 F 11 5F 2C
Octal 330 101 6 0 106 141 17 21 137 54
Binary 11011000 1000001 110 0 1000110 1100001 1111 10001 1011111 101100

Color Harmonies of #D84106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84106

Black with #D84106

Text Example


Text Example

White with #D84106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84106; }

 p { color: rgb(216,65,6); }

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

background-color css

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

 a { background-color: rgb(216,65,6); }

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

border-color css

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

 span { border-color: rgb(216,65,6); }

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