Html Css Color HEX #D84616 Harley Davidson Orange

📋 copy color: '#D84616'

red 216 ◦ green 70 ◦ blue 22

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

Shades of Harley Davidson Orange #D84616

Tints of Harley Davidson Orange #D84616

RGB

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

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

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

R = 70.13%
G = 22.73%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D84616 (or 0xD84616) is known color: Harley Davidson Orange. HEX triplet: D8, 46 and 16. RGB value is (216,70,22). Sum of RGB (Red+Green+Blue) = 216+70+22=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D84616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84616 is #27B9E9. Grayscale: #6C6C6C. Windows color (decimal): -2603498 or 1459928. OLE color: 1459928.

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

Color convert

RGB 216 70 22 -
CMYK 0 0.68 0.90 0.15
HSL 14.85º 0.82% 0.47% -
HSV(B) 14.85º 0.9% 0.85% -
XYZ 30.65 19.04 2.82 -
YUV 108.18 79.37 204.9 -
System Red Green Blue C M Y K H S L
Decimal 216 70 22 0 0.68 0.90 0.15 14.85 0.82 0.47
Hex D8 46 16 0 44 5A F F 52 2F
Octal 330 106 26 0 104 132 17 17 122 57
Binary 11011000 1000110 10110 0 1000100 1011010 1111 1111 1010010 101111

Color Harmonies of #D84616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84616

Black with #D84616

Text Example


Text Example

White with #D84616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84616; }

 p { color: rgb(216,70,22); }

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

background-color css

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

 a { background-color: rgb(216,70,22); }

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

border-color css

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

 span { border-color: rgb(216,70,22); }

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