Html Css Color HEX #D94006 Harley Davidson Orange

📋 copy color: '#D94006'

red 217 ◦ green 64 ◦ blue 6

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

Shades of Harley Davidson Orange #D94006

Tints of Harley Davidson Orange #D94006

RGB

 RED value IS 217 (85.16% from 255) = 75.61%

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 75.61%
G = 22.3%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D94006 (or 0xD94006) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 06. RGB value is (217,64,6). Sum of RGB (Red+Green+Blue) = 217+64+6=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D94006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94006 is #26BFF9. Grayscale: #676767. Windows color (decimal): -2539514 or 409817. OLE color: 409817.

HSL color Cylindrical-coordinate representation of color #D94006: hue angle of 16.49º 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 #D94006 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 6 -
CMYK 0 0.71 0.97 0.15
HSL 16.49º 0.95% 0.44% -
HSV(B) 16.49º 0.97% 0.85% -
XYZ 30.48 18.43 2.12 -
YUV 103.14 73.19 209.22 -
System Red Green Blue C M Y K H S L
Decimal 217 64 6 0 0.71 0.97 0.15 16.49 0.95 0.44
Hex D9 40 6 0 47 61 F 10 5F 2C
Octal 331 100 6 0 107 141 17 20 137 54
Binary 11011001 1000000 110 0 1000111 1100001 1111 10000 1011111 101100

Color Harmonies of #D94006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94006

Black with #D94006

Text Example


Text Example

White with #D94006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94006; }

 p { color: rgb(217,64,6); }

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

background-color css

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

 a { background-color: rgb(217,64,6); }

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

border-color css

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

 span { border-color: rgb(217,64,6); }

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