Html Css Color HEX #D9460C Harley Davidson Orange

📋 copy color: '#D9460C'

red 217 ◦ green 70 ◦ blue 12

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

Shades of Harley Davidson Orange #D9460C

Tints of Harley Davidson Orange #D9460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 72.58%
G = 23.41%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9460C (or 0xD9460C) is known color: Harley Davidson Orange. HEX triplet: D9, 46 and 0C. RGB value is (217,70,12). Sum of RGB (Red+Green+Blue) = 217+70+12=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D9460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9460C is #26B9F3. Grayscale: #6B6B6B. Windows color (decimal): -2537972 or 804569. OLE color: 804569.

HSL color Cylindrical-coordinate representation of color #D9460C: hue angle of 16.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9460C is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 12 -
CMYK 0 0.68 0.94 0.15
HSL 16.98º 0.9% 0.45% -
HSV(B) 16.98º 0.94% 0.85% -
XYZ 30.87 19.16 2.42 -
YUV 107.34 74.2 206.22 -
System Red Green Blue C M Y K H S L
Decimal 217 70 12 0 0.68 0.94 0.15 16.98 0.9 0.45
Hex D9 46 C 0 44 5E F 11 5A 2D
Octal 331 106 14 0 104 136 17 21 132 55
Binary 11011001 1000110 1100 0 1000100 1011110 1111 10001 1011010 101101

Color Harmonies of #D9460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9460C

Black with #D9460C

Text Example


Text Example

White with #D9460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9460C; }

 p { color: rgb(217,70,12); }

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

background-color css

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

 a { background-color: rgb(217,70,12); }

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

border-color css

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

 span { border-color: rgb(217,70,12); }

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